Comment
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
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.
Attributes
Name
Description
name
str
Output only. Identifier. The resource name of the comment.
create_time
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the comment was created.
creator
google.cloud.support_v2.types.Actor
Output only. The user or Google Support agent who created the comment.
body
str
The full comment body. Maximum of 12800 characters.
plain_text_body
str
Output only. DEPRECATED. DO NOT USE. A duplicate of the
body
field.
This field is only present for legacy reasons.