Class: Google::Apis::CloudsearchV1::EmailAddress

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EmailAddress

Returns a new instance of EmailAddress.



737
738
739
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 737

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

Instance Attribute Details

#email_addressString

The email address. Corresponds to the JSON property emailAddress

Returns:

  • (String)


735
736
737
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 735

def email_address
  @email_address
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



742
743
744
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 742

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