class Google::Apis::Adexchangebuyer2V2beta1::ListProductsResponse
Response message for listing products visible to the buyer.
Attributes
next_page_token[RW]
List pagination support. Corresponds to the JSON property `nextPageToken` @return [String]
products[RW]
The list of matching products at their head revision number. Corresponds to the JSON property `products` @return [Array<Google::Apis::Adexchangebuyer2V2beta1::Product>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2500 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2505 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @products = args[:products] if args.key?(:products) end