class Google::Apis::VaultV1::ListHeldAccountsResponse
Returns a list of the accounts covered by a hold.
Attributes
accounts[RW]
The held accounts on a hold. Corresponds to the JSON property `accounts` @return [Array<Google::Apis::VaultV1::HeldAccount>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 1119 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 1124 def update!(**args) @accounts = args[:accounts] if args.key?(:accounts) end