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.
165 166 167 |
# File 'lib/google/apis/vault_v1/classes.rb', line 165 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
163 164 165 |
# File 'lib/google/apis/vault_v1/classes.rb', line 163 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
170 171 172 |
# File 'lib/google/apis/vault_v1/classes.rb', line 170 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |