class Google::Apis::Adexchangebuyer2V2beta1::ContactInformation
Contains information on how a buyer or seller can be reached.
Attributes
email[RW]
Email address for the contact. Corresponds to the JSON property `email` @return [String]
name[RW]
The name of the contact. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 610 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 615 def update!(**args) @email = args[:email] if args.key?(:email) @name = args[:name] if args.key?(:name) end