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

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

Attributes

  • account (HeldAccount): If present, this account was successfully created. Defaults to: null.
  • status (Status): This represents the success status. If failed, check message. Defaults to: null.

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.