class Google::Apis::Adexchangebuyer2V2beta1::PrivateData

Buyers are allowed to store certain types of private data in a proposal/deal.

Attributes

reference_id[RW]

A buyer or seller specified reference ID. This can be queried in the list operations (max-length: 1024 unicode code units). Corresponds to the JSON property `referenceId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 3140
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 3145
def update!(**args)
  @reference_id = args[:reference_id] if args.key?(:reference_id)
end