Dashboard Parameter Text Area Control Args
data class DashboardParameterTextAreaControlArgs(val delimiter: Output<String>? = null, val displayOptions: Output<DashboardTextAreaControlDisplayOptionsArgs>? = null, val parameterControlId: Output<String>, val sourceParameterName: Output<String>, val title: Output<String>) : ConvertibleToJava<DashboardParameterTextAreaControlArgs>
Constructors
Link copied to clipboard
constructor(delimiter: Output<String>? = null, displayOptions: Output<DashboardTextAreaControlDisplayOptionsArgs>? = null, parameterControlId: Output<String>, sourceParameterName: Output<String>, title: Output<String>)