Class: Google::Apis::Adexchangebuyer2V2beta1::PrivateData
- Inherits:
-
Object
- Object
- Google::Apis::Adexchangebuyer2V2beta1::PrivateData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/adexchangebuyer2_v2beta1/classes.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb
Overview
Buyers are allowed to store certain types of private data in a proposal/deal.
Instance Attribute Summary collapse
-
#reference_id ⇒ String
A buyer or seller specified reference ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PrivateData
constructor
A new instance of PrivateData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PrivateData
Returns a new instance of PrivateData.
3143 3144 3145 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3143 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reference_id ⇒ String
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
3141 3142 3143 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3141 def reference_id @reference_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3148 3149 3150 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3148 def update!(**args) @reference_id = args[:reference_id] if args.key?(:reference_id) end |