Show / Hide Table of Contents

Class ListCseKeyPairsResponse

Inheritance
object
ListCseKeyPairsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX