google_api_identity_toolkit v0.2.0 GoogleApi.IdentityToolkit.V3.Model.DownloadAccountResponse View Source

Response of downloading accounts in batch.

Attributes

  • kind (type: String.t, default: identitytoolkit#DownloadAccountResponse) - The fixed string "identitytoolkit#DownloadAccountResponse".
  • nextPageToken (type: String.t, default: nil) - The next page token. To be used in a subsequent request to return the next page of results.
  • users (type: list(GoogleApi.IdentityToolkit.V3.Model.UserInfo.t), default: nil) - The user accounts data.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.IdentityToolkit.V3.Model.DownloadAccountResponse{
  kind: String.t(),
  nextPageToken: String.t(),
  users: [GoogleApi.IdentityToolkit.V3.Model.UserInfo.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.