keywords property

List<String>? keywords
getter/setter pair

Additional keywords or phrases that should match the item.

Used internally for user generated content. The maximum number of elements is 100. The maximum length is 8192 characters.

Implementation

core.List<core.String>? keywords;