Resource: Comment
A comment on an order.
JSON representation |
---|
{ "name": string, "createTime": string, "labels": { string: string, ... }, "author": string, "text": string } |
Fields | |
---|---|
name |
Identifier. Name of this comment. Format: |
createTime |
Output only. Time when this comment was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Labels associated with this comment as key value pairs. For more information about labels, see Create and manage labels. An object containing a list of |
author |
Output only. Username of the author of this comment. This is auto-populated from the credentials used during creation of the comment. |
text |
Required. Text of this comment. The length of text must be <= 1000 characters. |
Methods |
|
---|---|
|
Creates a new comment on an order. |
|
Gets the content of a comment. |
|
Lists the comments on an order. |