content property

String? content
getter/setter pair

The plain text content of the reply.

This field is used for setting the content, while htmlContent should be displayed. This field is required by the create method if no action value is specified.

Implementation

core.String? content;