dataFormat property

String? dataFormat
getter/setter pair

The data format of the exported test cases.

If not specified, BLOB is assumed. Possible string values are:

  • "DATA_FORMAT_UNSPECIFIED" : Unspecified format.
  • "BLOB" : Raw bytes.
  • "JSON" : JSON format.

Implementation

core.String? dataFormat;