Class ListCommentsResponse (0.4.0)

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

The response message for the ListComments endpoint.

Attributes

Name Description
comments MutableSequence[google.cloud.support_v2.types.Comment]
List of the comments associated with the case.
next_page_token str
A token to retrieve the next page of results. Set this in the page_token field of subsequent cases.comments.list requests. If unspecified, there are no more results to retrieve.