Resource: Comment
A comment associated with a support case.
JSON representation |
---|
{
"name": string,
"createTime": string,
"creator": {
object ( |
Fields | |
---|---|
name |
Output only. The resource name for the comment. |
createTime |
Output only. The time when this comment was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
creator |
Output only. The user or Google Support agent created this comment. |
body |
The full comment body. Maximum of 12800 characters. This can contain rich text syntax. |
plainTextBody |
Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped. |
Methods |
|
---|---|
|
Add a new comment to the specified Case. |
|
Retrieve all Comments associated with the Case object. |