textValue property

List<String>? textValue
getter/setter pair

Text value of the given property.

For example, "8K(UHD)" could be a text value for a TV product. Maximum number of specified values for this field is 400. Values are stored in an arbitrary but consistent order. Maximum string size is 256 characters.

Implementation

core.List<core.String>? textValue;