Class ListCseIdentitiesResponse
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class ListCseIdentitiesResponse : IDirectResponseSchema
Properties
CseIdentities
One page of the list of CSE identities configured for the user.
Declaration
[JsonProperty("cseIdentities")]
public virtual IList<CseIdentity> CseIdentities { get; set; }
Property Value
Type | Description |
---|---|
IList<CseIdentity> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Pagination token to be passed to a subsequent ListCseIdentities call in order to retrieve the next page of identities. If this value is not returned or is the empty string, then no further pages remain.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |