Class ListCseKeyPairsResponse
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class ListCseKeyPairsResponse : IDirectResponseSchema
Properties
CseKeyPairs
One page of the list of CSE key pairs installed for the user.
Declaration
[JsonProperty("cseKeyPairs")]
public virtual IList<CseKeyPair> CseKeyPairs { get; set; }
Property Value
Type | Description |
---|---|
IList<CseKeyPair> |
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 ListCseKeyPairs call in order to retrieve the next page of key pairs. If this value is not returned, then no further pages remain.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |