View Source GoogleApi.Gmail.V1.Model.ListCseKeyPairsResponse (google_api_gmail v0.16.0)
Attributes
-
cseKeyPairs
(type:list(GoogleApi.Gmail.V1.Model.CseKeyPair.t)
, default:nil
) - One page of the list of CSE key pairs installed for the user. -
nextPageToken
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Gmail.V1.Model.ListCseKeyPairsResponse{ cseKeyPairs: [GoogleApi.Gmail.V1.Model.CseKeyPair.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.