Class: Google::Apis::CloudsearchV1::EmailAddress
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EmailAddress
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb
Overview
A person's email address.
Instance Attribute Summary collapse
-
#email_address ⇒ String
The email address.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EmailAddress
constructor
A new instance of EmailAddress.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ EmailAddress
Returns a new instance of EmailAddress
651 652 653 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 651 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email_address ⇒ String
The email address.
Corresponds to the JSON property emailAddress
649 650 651 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 649 def email_address @email_address end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
656 657 658 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 656 def update!(**args) @email_address = args[:email_address] if args.key?(:email_address) end |