Resource: Comment
A comment associated with a support case.
Case comments are the primary way for Google Support to communicate with a user who has opened a case. When a user responds to Google Support, the user's responses also appear as comments.
JSON representation |
---|
{
"name": string,
"createTime": string,
"creator": {
object ( |
Fields | |
---|---|
name |
Output only. Identifier. The resource name of the comment. |
createTime |
Output only. The time when the 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 who created the comment. |
body |
The full comment body. Maximum of 12800 characters. |
plainTextBody |
Output only. DEPRECATED. DO NOT USE. A duplicate of the This field is only present for legacy reasons. |
Methods |
|
---|---|
|
Add a new comment to a case. |
|
List all the comments associated with a case. |