stringValue property

String? stringValue
getter/setter pair

A string value.

The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries.

Implementation

core.String? stringValue;