ExportDatasetConfigurationResponse

data class ExportDatasetConfigurationResponse(val columns: List<String>? = null)

The export dataset configuration. Allows columns to be selected for the export. If not provided then the export will include all available columns.

Constructors

Link copied to clipboard
constructor(columns: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val columns: List<String>? = null

Array of column names to be included in the export. If not provided then the export will include all available columns. The available columns can vary by customer channel (see examples).