EnterpriseCrmEventbusProtoParamSpecEntryConfigArgs

data class EnterpriseCrmEventbusProtoParamSpecEntryConfigArgs(val descriptivePhrase: Output<String>? = null, val helpText: Output<String>? = null, val hideDefaultValue: Output<Boolean>? = null, val inputDisplayOption: Output<EnterpriseCrmEventbusProtoParamSpecEntryConfigInputDisplayOption>? = null, val isHidden: Output<Boolean>? = null, val label: Output<String>? = null, val parameterNameOption: Output<EnterpriseCrmEventbusProtoParamSpecEntryConfigParameterNameOption>? = null, val subSectionLabel: Output<String>? = null, val uiPlaceholderText: Output<String>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoParamSpecEntryConfigArgs>

Constructors

constructor(descriptivePhrase: Output<String>? = null, helpText: Output<String>? = null, hideDefaultValue: Output<Boolean>? = null, inputDisplayOption: Output<EnterpriseCrmEventbusProtoParamSpecEntryConfigInputDisplayOption>? = null, isHidden: Output<Boolean>? = null, label: Output<String>? = null, parameterNameOption: Output<EnterpriseCrmEventbusProtoParamSpecEntryConfigParameterNameOption>? = null, subSectionLabel: Output<String>? = null, uiPlaceholderText: Output<String>? = null)

Properties

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

A short phrase to describe what this parameter contains.

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

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
val hideDefaultValue: Output<Boolean>? = null

Whether the default value is hidden in the UI.

Link copied to clipboard
val isHidden: Output<Boolean>? = null

Whether this field is hidden in the UI.

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

A user-friendly label for the parameter.

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

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

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

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

Functions

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