View Source GoogleApi.IdentityToolkit.V3.Model.DownloadAccountResponse (google_api_identity_toolkit v0.7.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IdentityToolkit.V3.Model.DownloadAccountResponse{ kind: String.t() | nil, nextPageToken: String.t() | nil, users: [GoogleApi.IdentityToolkit.V3.Model.UserInfo.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.