outputFormat property
Output format of the export.
Valid values include: csv
or json
. Defaults to json
. Note: Configure
the delimiter for CSV output using the csvDelimiter
property.
Optional.
Implementation
core.String? outputFormat;
Output format of the export.
Valid values include: csv
or json
. Defaults to json
. Note: Configure
the delimiter for CSV output using the csvDelimiter
property.
Optional.
core.String? outputFormat;