Class ListTestCaseResultsRequest (1.12.0)

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

The request message for TestCases.ListTestCaseResults.

Attributes

NameDescription
parent str
Required. The test case to list results for. Format: ``projects/
page_size int
The maximum number of items to return in a single page. By default 100 and at most 1000.
page_token str
The next_page_token value returned from a previous list request.
filter str
The filter expression used to filter test case results. See `API Filtering

Inheritance

builtins.object > proto.message.Message > ListTestCaseResultsRequest