View Source GoogleApi.IdentityToolkit.V3.Model.UploadAccountResponse (google_api_identity_toolkit v0.8.0)

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".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IdentityToolkit.V3.Model.UploadAccountResponse{
  error:
    [GoogleApi.IdentityToolkit.V3.Model.UploadAccountResponseError.t()] | nil,
  kind: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.