Class ListProductsResponse (1.9.2)

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

Response message for ListProducts.

Attributes

NameDescription
products Sequence[google.cloud.channel_v1.types.Product]
List of Products requested.
next_page_token str
A token to retrieve the next page of results.

Inheritance

builtins.object > proto.message.Message > ListProductsResponse