EnterpriseCrmEventbusProtoAttributes class

Attributes are additional options that can be associated with each event property.

For more information, see

Constructors

EnterpriseCrmEventbusProtoAttributes({String? dataType, EnterpriseCrmEventbusProtoValueType? defaultValue, bool? isRequired, bool? isSearchable, EnterpriseCrmEventbusProtoLogSettings? logSettings, bool? masked, bool? readOnly, String? searchable, List<String>? taskVisibility})
EnterpriseCrmEventbusProtoAttributes.fromJson(Map json_)

Properties

dataType String?
Things like URL, Email, Currency, Timestamp (rather than string, int64...) Possible string values are:
getter/setter pair
defaultValue EnterpriseCrmEventbusProtoValueType?
Used to define defaults.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isRequired bool?
Required for event execution.
getter/setter pair
isSearchable bool?
Used to indicate if a ParameterEntry should be converted to ParamIndexes for ST-Spanner full-text search.
getter/setter pair
logSettings EnterpriseCrmEventbusProtoLogSettings?
See
getter/setter pair
masked bool?
True if this workflow parameter should be masked in the logs
getter/setter pair
readOnly bool?
Used to indicate if the ParameterEntry is a read only field or not.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchable String?
Possible string values are:
getter/setter pair
taskVisibility List<String>?
List of tasks that can view this property, if empty then all.
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