Class: Google::Apis::VaultV1::RemoveHeldAccountsRequest
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::RemoveHeldAccountsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/vault_v1/classes.rb,
generated/google/apis/vault_v1/representations.rb,
generated/google/apis/vault_v1/representations.rb
Overview
Remove a list of accounts from a hold.
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
Account IDs to identify HeldAccounts to remove.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemoveHeldAccountsRequest
constructor
A new instance of RemoveHeldAccountsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RemoveHeldAccountsRequest
Returns a new instance of RemoveHeldAccountsRequest.
1580 1581 1582 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1580 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_ids ⇒ Array<String>
Account IDs to identify HeldAccounts to remove.
Corresponds to the JSON property accountIds
1578 1579 1580 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1578 def account_ids @account_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1585 1586 1587 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1585 def update!(**args) @account_ids = args[:account_ids] if args.key?(:account_ids) end |