Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1DeleteAccountResponse
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1DeleteAccountResponse
- 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 for DeleteAccount.
Instance Attribute Summary collapse
-
#kind ⇒ String
Corresponds to the JSON property
kind
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1DeleteAccountResponse
constructor
A new instance of GoogleCloudIdentitytoolkitV1DeleteAccountResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1DeleteAccountResponse
Returns a new instance of GoogleCloudIdentitytoolkitV1DeleteAccountResponse.
506 507 508 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 506 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Corresponds to the JSON property kind
504 505 506 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 504 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
511 512 513 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 511 def update!(**args) @kind = args[:kind] if args.key?(:kind) end |