Class SearchCaseClassificationsResponse (0.1.6)

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

The response message for SearchCaseClassifications endpoint.

Attributes

NameDescription
case_classifications MutableSequence[google.cloud.support_v2.types.CaseClassification]
The classifications retrieved.
next_page_token str
A token to retrieve the next page of results. This should be set in the page_token field of subsequent SearchCaseClassificationsRequest message that is issued. If unspecified, there are no more results to retrieve.