Class: Google::Apis::Adexchangebuyer2V2beta1::ListProductsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Adexchangebuyer2V2beta1::ListProductsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer2_v2beta1/classes.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb
Overview
Response message for listing products visible to the buyer.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
List pagination support.
-
#products ⇒ Array<Google::Apis::Adexchangebuyer2V2beta1::Product>
The list of matching products at their head revision number.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListProductsResponse
constructor
A new instance of ListProductsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListProductsResponse
Returns a new instance of ListProductsResponse
2557 2558 2559 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2557 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
List pagination support.
Corresponds to the JSON property nextPageToken
2550 2551 2552 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2550 def next_page_token @next_page_token end |
#products ⇒ Array<Google::Apis::Adexchangebuyer2V2beta1::Product>
The list of matching products at their head revision number.
Corresponds to the JSON property products
2555 2556 2557 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2555 def products @products end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2562 2563 2564 2565 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2562 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @products = args[:products] if args.key?(:products) end |