Class: Google::Apis::AdexchangebuyerV1_4::GetOrderDealsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GetOrderDealsResponse

Returns a new instance of GetOrderDealsResponse



1792
1793
1794
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1792

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#dealsArray<Google::Apis::AdexchangebuyerV1_4::MarketplaceDeal>

List of deals for the proposal Corresponds to the JSON property deals



1790
1791
1792
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1790

def deals
  @deals
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1797
1798
1799
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1797

def update!(**args)
  @deals = args[:deals] if args.key?(:deals)
end