ProductList Class

Pageable list of products.

Constructor

ProductList(*, next_link: str | None = None, value: list['_models.Product'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
next_link
str

URI to the next page.

Default value: None
value

List of products.

Default value: None

Variables

Name Description
next_link
str

URI to the next page.

value

List of products.