Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1DeleteAccountResponse

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 for DeleteAccount.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


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