class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaListProductsResponse

Response message for ProductService.ListProducts method.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @products = args[:products] if args.key?(:products)
end