Comment(mapping=None, *, ignore_unknown_fields=False, **kwargs)A comment on an order.
| Attributes | |
|---|---|
| Name | Description | 
| name | strIdentifier. Name of this comment. Format: projects/{project}/locations/{location}/orders/{order}/comments/{comment} | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. Time when this comment was created. | 
| labels | MutableMapping[str, str]Optional. Labels associated with this comment as key value pairs. For more information about labels, see `Create and manage labels | 
| author | strOutput only. Username of the author of this comment. This is auto-populated from the credentials used during creation of the comment. | 
| text | strRequired. Text of this comment. The length of text must be <= 1000="" characters.=""> | 
| customer_viewed_time | google.protobuf.timestamp_pb2.TimestampOutput 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. | 
| author_entity | google.cloud.gdchardwaremanagement_v1alpha.types.EntityOutput only. The entity the author belongs to. | 
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description | 
| kwargs | dictKeys and values corresponding to the fields of the message. | 
| mapping | Union[dict, A dictionary or message to be used to determine the values for this message. | 
| ignore_unknown_fields | Optional(bool)If True, do not raise errors for unknown fields. Only applied if  |