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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetOffersResponse
Returns a new instance of GetOffersResponse.
1745 1746 1747 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1745 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
1743 1744 1745 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1743 def products @products end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1750 1751 1752 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1750 def update!(**args) @products = args[:products] if args.key?(:products) end |