Dashboard Parameter Text Area Control
data class DashboardParameterTextAreaControl(val delimiter: String? = null, val displayOptions: DashboardTextAreaControlDisplayOptions? = null, val parameterControlId: String, val sourceParameterName: String, val title: String)
Constructors
Link copied to clipboard
constructor(delimiter: String? = null, displayOptions: DashboardTextAreaControlDisplayOptions? = null, parameterControlId: String, sourceParameterName: String, title: String)