outputFormats

@SerializedName(value = "outputFormats")
val outputFormats: List<ExportOutputFormatsEnum>

Parameters

outputFormats

Indicates which formats should be generated. Valid values are: * 'csv' - indicates a comma separated file should be produced summarizing the exported data * 'xlsx' - indicates an excel spreadsheet should be produced summarizing the exported data * 'pdf' - indicates individual documents should be exported to a PDF file