AnalysisStringParameterDeclarationArgs

data class AnalysisStringParameterDeclarationArgs(val defaultValues: Output<AnalysisStringDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<AnalysisMappedDataSetParameterArgs>>? = null, val name: Output<String>, val parameterValueType: Output<AnalysisParameterValueType>, val valueWhenUnset: Output<AnalysisStringValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<AnalysisStringParameterDeclarationArgs>

Constructors

Link copied to clipboard
fun AnalysisStringParameterDeclarationArgs(defaultValues: Output<AnalysisStringDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<AnalysisMappedDataSetParameterArgs>>? = null, name: Output<String>, parameterValueType: Output<AnalysisParameterValueType>, valueWhenUnset: Output<AnalysisStringValueWhenUnsetConfigurationArgs>? = null)

Functions

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

Properties

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