Class: Google::Apis::AdexchangebuyerV1_4::PrivateData
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::PrivateData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb
Instance Attribute Summary collapse
-
#reference_id ⇒ String
Corresponds to the JSON property
referenceId
. -
#reference_payload ⇒ String
Corresponds to the JSON property
referencePayload
NOTE: Values are automatically base64 encoded/decoded in the client library.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PrivateData
constructor
A new instance of PrivateData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PrivateData
Returns a new instance of PrivateData
2827 2828 2829 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2827 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reference_id ⇒ String
Corresponds to the JSON property referenceId
2819 2820 2821 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2819 def reference_id @reference_id end |
#reference_payload ⇒ String
Corresponds to the JSON property referencePayload
NOTE: Values are automatically base64 encoded/decoded in the client library.
2825 2826 2827 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2825 def reference_payload @reference_payload end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2832 2833 2834 2835 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2832 def update!(**args) @reference_id = args[:reference_id] if args.key?(:reference_id) @reference_payload = args[:reference_payload] if args.key?(:reference_payload) end |