type property

String? type
getter/setter pair

If the type is not set or is TYPE_UNSPECIFIED, returns an INVALID_ARGUMENT error.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : The content type is not specified.
  • "PLAIN_TEXT" : Plain text
  • "HTML" : HTML

Implementation

core.String? type;