class Google::Apis::Adexchangebuyer2V2beta1::Buyer
Represents a buyer of inventory. Each buyer is identified by a unique Authorized Buyers account ID.
Attributes
account_id[RW]
Authorized Buyers account ID of the buyer. Corresponds to the JSON property `accountId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 350 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 355 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) end