Record
product
No description available.
record product {
attributes: option<list<string>>,
name: option<string>,
price: option<string>,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| attributes | option<list<string>> | |
| name | option<string> | |
| price | option<string> | |
| url | option<string> |