Class: Google::Apis::AdexchangebuyerV1_4::GetOrderDealsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::GetOrderDealsResponse
- 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 for the proposal Corresponds to the JSON property
deals
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetOrderDealsResponse
constructor
A new instance of GetOrderDealsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetOrderDealsResponse
Returns a new instance of GetOrderDealsResponse
1824 1825 1826 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1824 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deals ⇒ Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceDeal>
List of deals for the proposal
Corresponds to the JSON property deals
1822 1823 1824 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1822 def deals @deals end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1829 1830 1831 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1829 def update!(**args) @deals = args[:deals] if args.key?(:deals) end |