Table of Contents

Class NotificationsResource.ListRequest

Namespace
Google.Apis.Admin.Directory.directory_v1
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

Retrieves a list of notifications.

public class NotificationsResource.ListRequest : DirectoryBaseServiceRequest<Notifications>
Inheritance
NotificationsResource.ListRequest
Inherited Members

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

public ListRequest(IClientService service, string customer)

Parameters

service IClientService
customer string

Properties

Customer

The unique ID for the customer's G Suite account.

public virtual string Customer { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

Language

The ISO 639-1 code of the language notifications are returned in. The default is English (en).

public virtual string Language { get; set; }

Property Value

string

MaxResults

Maximum number of notifications to return per page. The default is 100.

public virtual long? MaxResults { get; set; }

Property Value

long?

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

PageToken

The token to specify the page of results to retrieve.

public virtual string PageToken { get; set; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Methods

InitParameters()

Initializes List parameter list.

protected override void InitParameters()