Class: Google::Apis::AdexchangebuyerV1_4::AddOrderDealsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::AddOrderDealsResponse
- 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
-
#deals ⇒ Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceDeal>
List of deals added (in the same proposal as passed in the request) Corresponds to the JSON property
deals
. -
#proposal_revision_number ⇒ String
The updated revision number for the proposal.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AddOrderDealsResponse
constructor
A new instance of AddOrderDealsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AddOrderDealsResponse
Returns a new instance of AddOrderDealsResponse.
212 213 214 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 212 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deals ⇒ Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceDeal>
List of deals added (in the same proposal as passed in the request)
Corresponds to the JSON property deals
205 206 207 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 205 def deals @deals end |
#proposal_revision_number ⇒ String
The updated revision number for the proposal.
Corresponds to the JSON property proposalRevisionNumber
210 211 212 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 210 def proposal_revision_number @proposal_revision_number end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
217 218 219 220 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 217 def update!(**args) @deals = args[:deals] if args.key?(:deals) @proposal_revision_number = args[:proposal_revision_number] if args.key?(:proposal_revision_number) end |