class Google::Apis::AdexchangebuyerV1_4::PrivateData

Attributes

reference_id[RW]

Corresponds to the JSON property `referenceId` @return [String]

reference_payload[RW]

Corresponds to the JSON property `referencePayload` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]

Public Class Methods

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