Class ListCatalogItemsResponse (0.8.1)

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

Response message for ListCatalogItems method.

Attributes

NameDescription
catalog_items Sequence[google.cloud.recommendationengine_v1beta1.types.CatalogItem]
The catalog items.
next_page_token str
If empty, the list is complete. If nonempty, the token to pass to the next request's ListCatalogItemRequest.page_token.

Inheritance

builtins.object > proto.message.Message > ListCatalogItemsResponse