Class: Google::Apis::VaultV1::RemoveHeldAccountsResponse
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::RemoveHeldAccountsResponse
- 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 delete held accounts.
Instance Attribute Summary collapse
-
#statuses ⇒ Array<Google::Apis::VaultV1::Status>
A list of statuses for deleted accounts.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemoveHeldAccountsResponse
constructor
A new instance of RemoveHeldAccountsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RemoveHeldAccountsResponse
Returns a new instance of RemoveHeldAccountsResponse.
1600 1601 1602 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1600 def initialize(**args) update!(**args) end |
Instance Attribute Details
#statuses ⇒ Array<Google::Apis::VaultV1::Status>
A list of statuses for deleted accounts. Results have the same order as the
request.
Corresponds to the JSON property statuses
1598 1599 1600 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1598 def statuses @statuses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1605 1606 1607 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1605 def update!(**args) @statuses = args[:statuses] if args.key?(:statuses) end |