colors property

List<String>? colors
getter/setter pair

The color display names, which may be different from standard color family names, such as the color aliases used in the website frontend.

Normally it is expected to have only 1 color. May consider using single "Mixed" instead of multiple values. A maximum of 75 colors are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property color. Schema.org property Product.color.

Implementation

core.List<core.String>? colors;