Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailInfo
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1EmailInfo
- 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
-
#email_address ⇒ String
Email address that a MFA verification should be sent to.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1EmailInfo
constructor
A new instance of GoogleCloudIdentitytoolkitV1EmailInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_address ⇒ String
Email address that a MFA verification should be sent to.
Corresponds to the JSON property emailAddress
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 |