fileFormat property
The file format to export.
Required. Possible string values are:
- "FILE_FORMAT_UNSPECIFIED" : Unspecified file format will be treated as CSV.
- "CSV" : CSV file format.
- "XLSX" : XLSX file format which used in Excel.
Implementation
core.String? fileFormat;