GoogleApi.Vault.V1.Model.AddHeldAccountResult (google_api_vault v0.19.5) View Source

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

Attributes

  • account (type: GoogleApi.Vault.V1.Model.HeldAccount.t, default: nil) - Returned when the account was successfully created.
  • status (type: GoogleApi.Vault.V1.Model.Status.t, default: nil) - Reports the request status. If it failed, returns an error message.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Vault.V1.Model.AddHeldAccountResult{
  account: GoogleApi.Vault.V1.Model.HeldAccount.t() | nil,
  status: GoogleApi.Vault.V1.Model.Status.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.