ReportConfigDatasetConfigurationResponse

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

The configuration of dataset in the report.

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 report. Any valid report column name is allowed. If not provided, then report includes all columns.