Class SearchProductsResponse (0.7.1)

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

Response message for PrivateCatalog.SearchProducts.

Attributes

NameDescription
products Sequence[google.cloud.privatecatalog_v1beta1.types.Product]
The ``Product`` resources computed from the resource context.
next_page_token str
A pagination token returned from a previous call to SearchProducts that indicates from where listing should continue.

Inheritance

builtins.object > proto.message.Message > SearchProductsResponse