DataSetDateTimeDatasetParameter

data class DataSetDateTimeDatasetParameter(val defaultValues: DataSetDateTimeDatasetParameterDefaultValues? = null, val id: String, val name: String, val timeGranularity: DataSetTimeGranularity? = null, val valueType: DataSetDatasetParameterValueType)

A date time parameter for a dataset.

Constructors

Link copied to clipboard
constructor(defaultValues: DataSetDateTimeDatasetParameterDefaultValues? = null, id: String, name: String, timeGranularity: DataSetTimeGranularity? = null, valueType: DataSetDatasetParameterValueType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of default values for a given date time parameter. This structure only accepts static values.

Link copied to clipboard
val id: String

An identifier for the parameter that is created in the dataset.

Link copied to clipboard

The name of the date time parameter that is created in the dataset.

Link copied to clipboard

The time granularity of the date time parameter.

Link copied to clipboard

The value type of the dataset parameter. Valid values are single value or multi value .