google_api_vault v0.11.0 GoogleApi.Vault.V1.Model.AddHeldAccountResult View Source

A status detailing the status of each account creation, and the HeldAccount, if successful.

Attributes

  • account (type: GoogleApi.Vault.V1.Model.HeldAccount.t, default: nil) - If present, this account was successfully created.
  • status (type: GoogleApi.Vault.V1.Model.Status.t, default: nil) - This represents the success status. If failed, check message.

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.Vault.V1.Model.AddHeldAccountResult{
  account: GoogleApi.Vault.V1.Model.HeldAccount.t(),
  status: GoogleApi.Vault.V1.Model.Status.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.