class Google::Apis::AdexchangebuyerV1_4::Buyer

Attributes

account_id[RW]

Adx 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/adexchangebuyer_v1_4/classes.rb, line 399
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 404
def update!(**args)
  @account_id = args[:account_id] if args.key?(:account_id)
end