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
2788 2789 2790 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2788 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reference_id ⇒ String
Corresponds to the JSON property referenceId
2780 2781 2782 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2780 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.
2786 2787 2788 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2786 def reference_payload @reference_payload end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2793 2794 2795 2796 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2793 def update!(**args) @reference_id = args[:reference_id] if args.key?(:reference_id) @reference_payload = args[:reference_payload] if args.key?(:reference_payload) end |