Class ListProductsResponse (1.10.1)

ListProductsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for ProductService.ListProducts method.

Attributes

NameDescription
products Sequence[google.cloud.retail_v2.types.Product]
The Products.
next_page_token str
A token that can be sent as ListProductsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ListProductsResponse