Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1BatchDeleteAccountsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/identitytoolkit_v1/classes.rb,
lib/google/apis/identitytoolkit_v1/representations.rb,
lib/google/apis/identitytoolkit_v1/representations.rb

Overview

Response message to BatchDeleteAccounts.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1BatchDeleteAccountsResponse

Returns a new instance of GoogleCloudIdentitytoolkitV1BatchDeleteAccountsResponse.



149
150
151
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 149

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#errorsArray<Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1BatchDeleteErrorInfo>

Detailed error info for accounts that cannot be deleted. Corresponds to the JSON property errors



147
148
149
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 147

def errors
  @errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



154
155
156
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 154

def update!(**args)
  @errors = args[:errors] if args.key?(:errors)
end