content property

String? content
getter/setter pair

The plain text content used to create this reply.

This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen).

Implementation

core.String? content;