google_api_vault v0.15.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
Specs
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
Specs
Unwrap a decoded JSON object into its complex fields.