COMMENT_BODY_FORMAT
COMMENT_BODY_FORMAT describes the various formats that a comment body can be provided in.
enum COMMENT_BODY_FORMAT {
HTML
PLAIN_TEXT
}
Values
COMMENT_BODY_FORMAT.HTML
HTML describes the format of the comment body using HTML.
COMMENT_BODY_FORMAT.PLAIN_TEXT
PLAIN_TEXT describes the format of the comment body with the HTML stripped.
Member Of
CreateExternalModerationPhaseInput
input ● ExternalModerationPhase
object ● UpdateExternalModerationPhaseInput
input