Class UsersResource.SettingsResource.CseResource.IdentitiesResource.ListRequest
Lists the client-side encrypted identities for an authenticated user.
Inheritance
UsersResource.SettingsResource.CseResource.IdentitiesResource.ListRequest
Inherited Members
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class UsersResource.SettingsResource.CseResource.IdentitiesResource.ListRequest : GmailBaseServiceRequest<ListCseIdentitiesResponse>, IClientServiceRequest<ListCseIdentitiesResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string userId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | userId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
The number of identities to return. If not provided, the page size will default to 20 entries.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Pagination token indicating which page of identities to return. If the token is not supplied, then the API will return the first page of results.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UserId
The requester's primary email address. To indicate the authenticated user, you can use the
special value me
.
Declaration
[RequestParameter("userId", RequestParameterType.Path)]
public virtual string UserId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()