ProductLink Class

Link with additional information about a product.

Constructor

ProductLink(*, display_name: str | None = None, uri: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
display_name
str

The description of the link.

Default value: None
uri
str

The URI corresponding to the link.

Default value: None

Variables

Name Description
display_name
str

The description of the link.

uri
str

The URI corresponding to the link.