Product {stencilaschema} | R Documentation |
Any offered product or service. For example, a pair of shoes; a haircut; or an episode of a TV show streamed online.
Description
Any offered product or service. For example, a pair of shoes; a haircut; or an episode of a TV show streamed online.
Usage
Product(
alternateNames,
brands,
description,
id,
identifiers,
images,
logo,
meta,
name,
productID,
url
)
Arguments
alternateNames |
Alternate names (aliases) for the item. |
brands |
Brands that the product is labelled with. |
description |
A description of the item. |
id |
The identifier for this item. |
identifiers |
Any kind of identifier for any kind of Thing. |
images |
Images of the item. |
logo |
The logo of the product. |
meta |
Metadata associated with this item. |
name |
The name of the item. |
productID |
Product identification code. |
url |
The URL of the item. |
Value
A list
of class Product
See Also
[Package stencilaschema version 1.0.0 Index]