Class CreateCommentRequest (0.1.6)

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

The request message for CreateComment endpoint.

Attributes

NameDescription
parent str
Required. The resource name of Case to which this comment should be added.
comment google.cloud.support_v2.types.Comment
Required. The Comment object to be added to this Case.