class Google::Apis::AdexchangebuyerV1_4::ContactInformation
Attributes
email[RW]
Email address of 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 generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 410 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 415 def update!(**args) @email = args[:email] if args.key?(:email) @name = args[:name] if args.key?(:name) end