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
|
The description of the link. Default value: None
|
|
uri
|
The URI corresponding to the link. Default value: None
|