EnterpriseCrmEventbusStatsDimensions class
Constructors
- EnterpriseCrmEventbusStatsDimensions({String? clientId, String? enumFilterType, String? errorEnumString, String? retryAttempt, String? taskName, String? taskNumber, String? triggerId, String? warningEnumString, String? workflowId, String? workflowName})
- EnterpriseCrmEventbusStatsDimensions.fromJson(Map json_)
Properties
- clientId ↔ String?
-
getter/setter pair
- enumFilterType ↔ String?
-
Whether to include or exclude the enums matching the regex.
Possible string values are:
getter/setter pair
- errorEnumString ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- retryAttempt ↔ String?
-
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taskName ↔ String?
-
getter/setter pair
- taskNumber ↔ String?
-
getter/setter pair
- triggerId ↔ String?
-
Stats have been or will be aggregated on set fields for any
semantically-meaningful combination.
getter/setter pair
- warningEnumString ↔ String?
-
getter/setter pair
- workflowId ↔ String?
-
getter/setter pair
- workflowName ↔ String?
-
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