google_api_identity_toolkit v0.2.0 GoogleApi.IdentityToolkit.V3.Model.UploadAccountResponse View Source
Respone of uploading accounts in batch.
Attributes
error
(type:list(GoogleApi.IdentityToolkit.V3.Model.UploadAccountResponseError.t)
, default:nil
) - The error encountered while processing the account info.kind
(type:String.t
, default:identitytoolkit#UploadAccountResponse
) - The fixed string "identitytoolkit#UploadAccountResponse".
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 Sourcet() :: %GoogleApi.IdentityToolkit.V3.Model.UploadAccountResponse{ error: [GoogleApi.IdentityToolkit.V3.Model.UploadAccountResponseError.t()], kind: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.