class Google::Apis::VaultV1::AddHeldAccountsResponse

Response for batch create held accounts.

Attributes

responses[RW]

The list of responses, in the same order as the batch request. Corresponds to the JSON property `responses` @return [Array<Google::Apis::VaultV1::AddHeldAccountResult>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 165
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 170
def update!(**args)
  @responses = args[:responses] if args.key?(:responses)
end