Class ListCommentsResponse (0.1.6)

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

The response message for the ListComments endpoint.

Attributes

NameDescription
comments MutableSequence[google.cloud.support_v2.types.Comment]
The list of Comments associated with the given Case.
next_page_token str
A token to retrieve the next page of results. This should be set in the page_token field of subsequent ListCommentsRequest message that is issued. If unspecified, there are no more results to retrieve.