Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1BatchDeleteAccountsResponse
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1BatchDeleteAccountsResponse
- 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
-
#errors ⇒ Array<Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1BatchDeleteErrorInfo>
Detailed error info for accounts that cannot be deleted.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1BatchDeleteAccountsResponse
constructor
A new instance of GoogleCloudIdentitytoolkitV1BatchDeleteAccountsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#errors ⇒ Array<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 |