Brand {stencilaschema} | R Documentation |
A brand used by an organization or person for labeling a product, product group, or similar.
Description
A brand used by an organization or person for labeling a product, product group, or similar.
Usage
Brand(
name,
alternateNames,
description,
id,
identifiers,
images,
logo,
meta,
reviews,
url
)
Arguments
name |
The name of the item. Required. |
alternateNames |
Alternate names (aliases) for the item. |
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 |
A logo associated with the brand. |
meta |
Metadata associated with this item. |
reviews |
Reviews of the brand. |
url |
The URL of the item. |
Value
A list
of class Brand
See Also
[Package stencilaschema version 1.0.0 Index]