GoogleApi.Vault.V1.Model.RemoveHeldAccountsRequest (google_api_vault v0.25.0)

View Source

Remove 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

t()

@type t() :: %GoogleApi.Vault.V1.Model.RemoveHeldAccountsRequest{
  accountIds: [String.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.