ExportTestCasesResponse

The response message for TestCases.ExportTestCases.

JSON representation
{ // Union field destination can be only one of the following: "gcsUri": string, "content": string // End of list of possible types for union field destination. }
Fields
Union field destination. The exported test cases. destination can be only one of the following:
gcsUri

string

The URI to a file containing the exported test cases. This field is populated only if gcsUri is specified in ExportTestCasesRequest.

content

string (bytes format)

Uncompressed raw byte content for test cases.

A base64-encoded string.