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: |
create |
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. |
customer |
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. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
author |
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. |