TemplateDateTimeParameterDeclarationArgs

data class TemplateDateTimeParameterDeclarationArgs(val defaultValues: Output<TemplateDateTimeDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<TemplateMappedDataSetParameterArgs>>? = null, val name: Output<String>, val timeGranularity: Output<TemplateTimeGranularity>? = null, val valueWhenUnset: Output<TemplateDateTimeValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<TemplateDateTimeParameterDeclarationArgs>

Constructors

Link copied to clipboard
fun TemplateDateTimeParameterDeclarationArgs(defaultValues: Output<TemplateDateTimeDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<TemplateMappedDataSetParameterArgs>>? = null, name: Output<String>, timeGranularity: Output<TemplateTimeGranularity>? = null, valueWhenUnset: Output<TemplateDateTimeValueWhenUnsetConfigurationArgs>? = null)

Functions

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

Properties

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