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.
Constructor Details
#initialize(**args) ⇒ PrivateData
Returns a new instance of PrivateData.
2880 2881 2882 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2880 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reference_id ⇒ String
Corresponds to the JSON property referenceId
2872 2873 2874 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2872 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.
2878 2879 2880 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2878 def reference_payload @reference_payload end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2885 2886 2887 2888 |
# File 'generated/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 |