contentFormat property

String? contentFormat
getter/setter pair

Possible string values are:

  • "UNSPECIFIED" : Invalid value.
  • "HTML" : contentFormat is HTML.
  • "TEXT" : contentFormat is free text.
  • "RAW" : contentFormat is raw bytes.

Implementation

core.String? contentFormat;