Class: Google::Apis::VaultV1::AddHeldAccountsResponse
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::AddHeldAccountsResponse
- 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
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.
162 163 164 |
# File 'generated/google/apis/vault_v1/classes.rb', line 162 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
160 161 162 |
# File 'generated/google/apis/vault_v1/classes.rb', line 160 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
167 168 169 |
# File 'generated/google/apis/vault_v1/classes.rb', line 167 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |