Enterprise Crm Eventbus Proto Param Spec Entry Config Args
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
Link copied to clipboard
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
A short phrase to describe what this parameter contains.
Link copied to clipboard
Whether the default value is hidden in the UI.
Link copied to clipboard
val inputDisplayOption: Output<EnterpriseCrmEventbusProtoParamSpecEntryConfigInputDisplayOption>? = null
Link copied to clipboard
val parameterNameOption: Output<EnterpriseCrmEventbusProtoParamSpecEntryConfigParameterNameOption>? = null
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.