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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RemoveHeldAccountsResponse
Returns a new instance of RemoveHeldAccountsResponse
1223 1224 1225 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1223 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
1221 1222 1223 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1221 def statuses @statuses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1228 1229 1230 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1228 def update!(**args) @statuses = args[:statuses] if args.key?(:statuses) end |