Enum ContentType

Stay organized with collections Save and categorize content based on your preferences.
ContentType

An enum value that specifies the content type of the content generated by a UpdateDraftActionResponse.

Properties

PropertyTypeDescription
TEXTEnumIndicates that the generated content is plain text. Default.
MUTABLE_HTMLEnumIndicates that the generated content is formatted as HTML. The content can be edited after it is generated.
IMMUTABLE_HTMLEnumIndicates that the generated content is formatted as HTML, but this content cannot be edited after it is generated.