class Google::Apis::IdentitytoolkitV3::ResetPasswordResponse
Response of resetting the password.
Attributes
email[RW]
The user's email. Corresponds to the JSON property `email` @return [String]
kind[RW]
The fixed string “identitytoolkit#ResetPasswordResponse”. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/identitytoolkit_v3/classes.rb, line 1264 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/identitytoolkit_v3/classes.rb, line 1269 def update!(**args) @email = args[:email] if args.key?(:email) @kind = args[:kind] if args.key?(:kind) end