Class SearchCaseClassificationsRequest (0.1.6)

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

The request message for SearchCaseClassifications endpoint.

Attributes

NameDescription
query str
An expression written in the Google Cloud filter language. If non-empty, then only cases whose fields match the filter are returned. If empty, then no messages are filtered out.
page_size int
The maximum number of cases fetched with each request.
page_token str
A token identifying the page of results to return. If unspecified, the first page is retrieved.