Show / Hide Table of Contents

Class ListCseIdentitiesResponse

Inheritance
object
ListCseIdentitiesResponse
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX