Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailInfo

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

Information about email MFA.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1EmailInfo

Returns a new instance of GoogleCloudIdentitytoolkitV1EmailInfo.



558
559
560
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 558

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

Instance Attribute Details

#email_addressString

Email address that a MFA verification should be sent to. Corresponds to the JSON property emailAddress

Returns:

  • (String)


556
557
558
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 556

def email_address
  @email_address
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



563
564
565
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 563

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