Class ListProductsResponse (3.1.2)

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

Response message for the ListProducts method.

Attributes

NameDescription
products Sequence[google.cloud.vision_v1.types.Product]
List of products.
next_page_token str
Token to retrieve the next page of results, or empty if there are no more results in the list.

Inheritance

builtins.object > proto.message.Message > ListProductsResponse