EnterpriseCrmEventbusProtoParamSpecEntryConfigResponse

data class EnterpriseCrmEventbusProtoParamSpecEntryConfigResponse(val descriptivePhrase: String, val helpText: String, val hideDefaultValue: Boolean, val inputDisplayOption: String, val isHidden: Boolean, val label: String, val parameterNameOption: String, val subSectionLabel: String, val uiPlaceholderText: String)

Constructors

fun EnterpriseCrmEventbusProtoParamSpecEntryConfigResponse(descriptivePhrase: String, helpText: String, hideDefaultValue: Boolean, inputDisplayOption: String, isHidden: Boolean, label: String, parameterNameOption: String, subSectionLabel: String, uiPlaceholderText: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A short phrase to describe what this parameter contains.

Link copied to clipboard

Detailed help text for this parameter containing information not provided elsewhere. For example, instructions on how to migrate from a deprecated parameter.

Link copied to clipboard

Whether the default value is hidden in the UI.

Link copied to clipboard
Link copied to clipboard

Whether this field is hidden in the UI.

Link copied to clipboard

A user-friendly label for the parameter.

Link copied to clipboard
Link copied to clipboard

A user-friendly label for subSection under which the parameter will be displayed.

Link copied to clipboard

Placeholder text which will appear in the UI input form for this parameter.