DashboardParameterTextAreaControlArgs

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
fun DashboardParameterTextAreaControlArgs(delimiter: Output<String>? = null, displayOptions: Output<DashboardTextAreaControlDisplayOptionsArgs>? = null, parameterControlId: Output<String>, sourceParameterName: Output<String>, title: Output<String>)

Functions

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

Properties

Link copied to clipboard
val delimiter: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val title: Output<String>