Class: Google::Apis::VaultV1::AddHeldAccountsResponse
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::AddHeldAccountsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/vault_v1/classes.rb,
lib/google/apis/vault_v1/representations.rb,
lib/google/apis/vault_v1/representations.rb
Overview
Response for batch create held accounts.
Instance Attribute Summary collapse
-
#responses ⇒ Array<Google::Apis::VaultV1::AddHeldAccountResult>
The list of responses, in the same order as the batch request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AddHeldAccountsResponse
constructor
A new instance of AddHeldAccountsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AddHeldAccountsResponse
Returns a new instance of AddHeldAccountsResponse.
166 167 168 |
# File 'lib/google/apis/vault_v1/classes.rb', line 166 def initialize(**args) update!(**args) end |
Instance Attribute Details
#responses ⇒ Array<Google::Apis::VaultV1::AddHeldAccountResult>
The list of responses, in the same order as the batch request.
Corresponds to the JSON property responses
164 165 166 |
# File 'lib/google/apis/vault_v1/classes.rb', line 164 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
171 172 173 |
# File 'lib/google/apis/vault_v1/classes.rb', line 171 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |