class Google::Apis::IdentitytoolkitV3::DeleteAccountResponse
Respone of deleting account.
Attributes
kind[RW]
The fixed string “identitytoolkit#DeleteAccountResponse”. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/identitytoolkit_v3/classes.rb, line 104 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/identitytoolkit_v3/classes.rb, line 109 def update!(**args) @kind = args[:kind] if args.key?(:kind) end