EnterpriseCrmFrontendsEventbusProtoTaskEntity class
Contains a task's metadata and associated information.
Next available id: 7
Constructors
- EnterpriseCrmFrontendsEventbusProtoTaskEntity({bool? disabledForVpcSc, EnterpriseCrmEventbusProtoTaskMetadata? metadata, EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage? paramSpecs, EnterpriseCrmEventbusStats? stats, String? taskType, EnterpriseCrmEventbusProtoTaskUiConfig? uiConfig})
- EnterpriseCrmFrontendsEventbusProtoTaskEntity.fromJson(Map json_)
Properties
- disabledForVpcSc ↔ bool?
-
True if the task has conflict with vpcsc
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata ↔ EnterpriseCrmEventbusProtoTaskMetadata?
-
Metadata inclueds the task name, author and so on.
getter/setter pair
- paramSpecs ↔ EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage?
-
Declarations for inputs/outputs for a TypedTask.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stats ↔ EnterpriseCrmEventbusStats?
-
Deprecated - statistics from the Monarch query.
getter/setter pair
- taskType ↔ String?
-
Defines the type of the task
Possible string values are:
getter/setter pair
- uiConfig ↔ EnterpriseCrmEventbusProtoTaskUiConfig?
-
UI configuration for this task Also associated with the METADATA mask.
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