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
IClientServicecustomer
string
Properties
Customer
The unique ID for the customer's G Suite account.
public virtual string Customer { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
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
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
PageToken
The token to specify the page of results to retrieve.
public virtual string PageToken { get; set; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
Methods
InitParameters()
Initializes List parameter list.
protected override void InitParameters()