outputFormat property

String? outputFormat
getter/setter pair

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;