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.
Constructor Details
#initialize(**args) ⇒ ListProductsResponse
Returns a new instance of ListProductsResponse.
2479 2480 2481 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2479 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
List pagination support.
Corresponds to the JSON property nextPageToken
2472 2473 2474 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2472 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
2477 2478 2479 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2477 def products @products end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2484 2485 2486 2487 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2484 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @products = args[:products] if args.key?(:products) end |