GoogleApi.Vault.V1.Model.RemoveHeldAccountsRequest (google_api_vault v0.25.0)
View SourceRemove a list of accounts from a hold.
Attributes
-
accountIds
(type:list(String.t)
, default:nil
) - The account IDs of the accounts to remove from the hold.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Vault.V1.Model.RemoveHeldAccountsRequest{ accountIds: [String.t()] | nil }