DataSetDateTimeDatasetParameterArgs

data class DataSetDateTimeDatasetParameterArgs(val defaultValues: Output<DataSetDateTimeDatasetParameterDefaultValuesArgs>? = null, val id: Output<String>, val name: Output<String>, val timeGranularity: Output<DataSetTimeGranularity>? = null, val valueType: Output<DataSetDatasetParameterValueType>) : ConvertibleToJava<DataSetDateTimeDatasetParameterArgs>

A parameter created in the dataset of date time data type.

Constructors

Link copied to clipboard
fun DataSetDateTimeDatasetParameterArgs(defaultValues: Output<DataSetDateTimeDatasetParameterDefaultValuesArgs>? = null, id: Output<String>, name: Output<String>, timeGranularity: Output<DataSetTimeGranularity>? = null, valueType: Output<DataSetDatasetParameterValueType>)

Functions

Link copied to clipboard
open override fun toJava(): DataSetDateTimeDatasetParameterArgs

Properties

Link copied to clipboard
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>
Link copied to clipboard
Link copied to clipboard