class Google::Apis::VaultV1::RemoveHeldAccountsRequest
Remove a list of accounts from a hold.
Attributes
account_ids[RW]
The account IDs of the accounts to remove from the hold. Corresponds to the JSON property `accountIds` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 1614 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vault_v1/classes.rb, line 1619 def update!(**args) @account_ids = args[:account_ids] if args.key?(:account_ids) end