Class SearchCaseClassificationsRequest (0.1.18)

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

The request message for the SearchCaseClassifications endpoint.

Attributes

Name Description
query str
An expression used to filter case classifications. If it's an empty string, then no filtering happens. Otherwise, case classifications will be returned that match the filter.
page_size int
The maximum number of classifications fetched with each request.
page_token str
A token identifying the page of results to return. If unspecified, the first page is retrieved.