Class: Google::Apis::IdentitytoolkitV3::DeleteAccountResponse

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

Overview

Respone of deleting account.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DeleteAccountResponse

Returns a new instance of DeleteAccountResponse.



104
105
106
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 104

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

Instance Attribute Details

#kindString

The fixed string "identitytoolkit#DeleteAccountResponse". Corresponds to the JSON property kind

Returns:

  • (String)


102
103
104
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 102

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



109
110
111
# File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 109

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