properties property
A string map of item-specific metadata. Each element in the map consists of a key-value pair. For example,
{"numberOfRatings": "12"}
The keys use camel case names that match the fields in the Items schema. In
the above example, the numberOfRatings
would match the
'NUMBER_OF_RATINGS' field defined in the Items schema.
Implementation
final Object? properties;