Class Comment (0.1.6)

Comment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A comment associated with a support case.

Attributes

NameDescription
name str
Output only. The resource name for the comment.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when this comment was created.
creator google.cloud.support_v2.types.Actor
Output only. The user or Google Support agent created this comment.
body str
The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
plain_text_body str
Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.