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. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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. |