customAttributes property

List<CustomAttribute>? customAttributes
getter/setter pair

A list of custom (CSS-provided) attributes.

It can also be used to submit any attribute of the feed specification in its generic form (for example, { "name": "size type", "value": "regular" }). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Buy on Google.

Output only.

Implementation

core.List<CustomAttribute>? customAttributes;