Class ListProductsInProductSetRequest (2.7.2)

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

Request message for the ListProductsInProductSet method.

Attributes

NameDescription
name str
Required. The ProductSet resource for which to retrieve Products. Format is: ``projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID``
page_size int
The maximum number of items to return. Default 10, maximum 100.
page_token str
The next_page_token returned from a previous List request, if any.

Inheritance

builtins.object > proto.message.Message > ListProductsInProductSetRequest