DashboardDateTimeParameterDeclarationArgs

data class DashboardDateTimeParameterDeclarationArgs(val defaultValues: Output<DashboardDateTimeDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<DashboardMappedDataSetParameterArgs>>? = null, val name: Output<String>, val timeGranularity: Output<DashboardTimeGranularity>? = null, val valueWhenUnset: Output<DashboardDateTimeValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<DashboardDateTimeParameterDeclarationArgs>

Constructors

fun DashboardDateTimeParameterDeclarationArgs(defaultValues: Output<DashboardDateTimeDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<DashboardMappedDataSetParameterArgs>>? = null, name: Output<String>, timeGranularity: Output<DashboardTimeGranularity>? = null, valueWhenUnset: Output<DashboardDateTimeValueWhenUnsetConfigurationArgs>? = null)

Functions

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

Properties

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