format property

String? format
getter/setter pair

The file type of the report. Possible string values are:

  • "FORMAT_UNSPECIFIED" : Default value when format is not specified or is unknown in this version.
  • "CSV" : CSV.
  • "XLSX" : Excel.

Implementation

core.String? format;