Class: Google::Apis::AdexchangebuyerV1_4::DeleteOrderDealsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::DeleteOrderDealsResponse
- 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 deleted (in the same proposal as passed in the request) Corresponds to the JSON property
deals
. -
#proposal_revision_number ⇒ Fixnum
The updated revision number for the proposal.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeleteOrderDealsResponse
constructor
A new instance of DeleteOrderDealsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeleteOrderDealsResponse
Returns a new instance of DeleteOrderDealsResponse
1571 1572 1573 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1571 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deals ⇒ Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceDeal>
List of deals deleted (in the same proposal as passed in the request)
Corresponds to the JSON property deals
1564 1565 1566 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1564 def deals @deals end |
#proposal_revision_number ⇒ Fixnum
The updated revision number for the proposal.
Corresponds to the JSON property proposalRevisionNumber
1569 1570 1571 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1569 def proposal_revision_number @proposal_revision_number end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1576 1577 1578 1579 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1576 def update!(**args) @deals = args[:deals] if args.key?(:deals) @proposal_revision_number = args[:proposal_revision_number] if args.key?(:proposal_revision_number) end |