View Source GoogleApi.Gmail.V1.Model.ListCseIdentitiesResponse (google_api_gmail v0.16.0)

Attributes

  • cseIdentities (type: list(GoogleApi.Gmail.V1.Model.CseIdentity.t), default: nil) - One page of the list of CSE identities configured for the user.
  • nextPageToken (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Gmail.V1.Model.ListCseIdentitiesResponse{
  cseIdentities: [GoogleApi.Gmail.V1.Model.CseIdentity.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.