class Google::Apis::VaultV1::RemoveHeldAccountsResponse
Response for batch delete held accounts.
Attributes
statuses[RW]
A list of statuses for the deleted accounts. Results have the same order as the request. Corresponds to the JSON property `statuses` @return [Array<Google::Apis::VaultV1::Status>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 1634 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vault_v1/classes.rb, line 1639 def update!(**args) @statuses = args[:statuses] if args.key?(:statuses) end