EnterpriseCrmEventbusProtoParamSpecEntryConfig class

Constructors

EnterpriseCrmEventbusProtoParamSpecEntryConfig({String? descriptivePhrase, String? helpText, bool? hideDefaultValue, String? inputDisplayOption, bool? isHidden, String? label, String? parameterNameOption, String? subSectionLabel, String? uiPlaceholderText})
EnterpriseCrmEventbusProtoParamSpecEntryConfig.fromJson(Map json_)

Properties

descriptivePhrase String?
A short phrase to describe what this parameter contains.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
helpText String?
Detailed help text for this parameter containing information not provided elsewhere.
getter/setter pair
hideDefaultValue bool?
Whether the default value is hidden in the UI.
getter/setter pair
inputDisplayOption String?
Possible string values are:
getter/setter pair
isHidden bool?
Whether this field is hidden in the UI.
getter/setter pair
label String?
A user-friendly label for the parameter.
getter/setter pair
parameterNameOption String?
Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subSectionLabel String?
A user-friendly label for subSection under which the parameter will be displayed.
getter/setter pair
uiPlaceholderText String?
Placeholder text which will appear in the UI input form for this parameter.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited