Class: Google::Apis::AdexchangebuyerV1_4::GetOffersResponse
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::GetOffersResponse
- 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
-
#products ⇒ Array<Google::Apis::AdexchangebuyerV1_4::Product>
The returned list of products.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetOffersResponse
constructor
A new instance of GetOffersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetOffersResponse
Returns a new instance of GetOffersResponse.
1844 1845 1846 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1844 def initialize(**args) update!(**args) end |
Instance Attribute Details
#products ⇒ Array<Google::Apis::AdexchangebuyerV1_4::Product>
The returned list of products.
Corresponds to the JSON property products
1842 1843 1844 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1842 def products @products end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1849 1850 1851 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1849 def update!(**args) @products = args[:products] if args.key?(:products) end |