ExportTestCasesResponse

The response message for TestCases.ExportTestCases.

JSON representation
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "gcsUri": string,
  "content": string
  // End of mutually exclusive fields.
}
Fields
The exported test cases. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
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.

End of mutually exclusive fields.