dataFormat property

String? dataFormat
getter/setter pair

Format for the data field above (id=5). Possible string values are:

  • "DATA_FORMAT_UNSPECIFIED" : Format unspecified, parsing is determined based upon page type and legacy encoding. (go/protodosdonts#do-include-an-unspecified-value-in-an-enum)
  • "RAW" : Raw HTML string.
  • "JSON" : JSON-encoded string.
  • "ZLIB" : Websafe encoded zlib-compressed string.
  • "BROTLI" : Websafe encoded brotli-compressed string.

Implementation

core.String? dataFormat;