AnalysisParameterTextAreaControl

data class AnalysisParameterTextAreaControl(val delimiter: String? = null, val displayOptions: AnalysisTextAreaControlDisplayOptions? = null, val parameterControlId: String, val sourceParameterName: String, val title: String)

Constructors

Link copied to clipboard
constructor(delimiter: String? = null, displayOptions: AnalysisTextAreaControlDisplayOptions? = null, parameterControlId: String, sourceParameterName: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delimiter: String? = null

The delimiter that is used to separate the lines in text.

Link copied to clipboard

The display options of a control.

Link copied to clipboard

The ID of the ParameterTextAreaControl .

Link copied to clipboard

The source parameter name of the ParameterTextAreaControl .

Link copied to clipboard

The title of the ParameterTextAreaControl .