EnterpriseCrmEventbusProtoParamSpecEntryConfig constructor

EnterpriseCrmEventbusProtoParamSpecEntryConfig({
  1. String? descriptivePhrase,
  2. String? helpText,
  3. bool? hideDefaultValue,
  4. String? inputDisplayOption,
  5. bool? isHidden,
  6. String? label,
  7. String? parameterNameOption,
  8. String? subSectionLabel,
  9. String? uiPlaceholderText,
})

Implementation

EnterpriseCrmEventbusProtoParamSpecEntryConfig({
  this.descriptivePhrase,
  this.helpText,
  this.hideDefaultValue,
  this.inputDisplayOption,
  this.isHidden,
  this.label,
  this.parameterNameOption,
  this.subSectionLabel,
  this.uiPlaceholderText,
});