Resource: Comment
A comment on an order.
JSON representation |
---|
{
"name": string,
"createTime": string,
"labels": {
string: string,
...
},
"author": string,
"text": string,
"customerViewedTime": string,
"authorEntity": enum ( |
Fields | |
---|---|
name |
Identifier. Name of this comment. Format: |
createTime |
Output only. Time when this 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: |
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. |
customerViewedTime |
Output only. Timestamp of the first time this comment was viewed by the customer. If the comment wasn't viewed then this timestamp will be unset. 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: |
authorEntity |
Output only. The entity the author belongs to. |
Entity
Entity is used to denote an organization or party.
Enums | |
---|---|
ENTITY_UNSPECIFIED |
Entity is unspecified. |
GOOGLE |
Google. |
CUSTOMER |
Customer. |
VENDOR |
Vendor. |
Methods |
|
---|---|
|
Creates a new comment on an order. |
|
Gets the content of a comment. |
|
Lists the comments on an order. |
|
Record Action on a Comment. |