GoogleApi.Vault.V1.Model.AddHeldAccountResult (google_api_vault v0.25.0)
View SourceThe 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Vault.V1.Model.AddHeldAccountResult{ account: GoogleApi.Vault.V1.Model.HeldAccount.t() | nil, status: GoogleApi.Vault.V1.Model.Status.t() | nil }