AssociationExecutionTarget class
Includes information about the specified association execution.
Constructors
- AssociationExecutionTarget({String? associationId, String? associationVersion, String? detailedStatus, String? executionId, DateTime? lastExecutionDate, OutputSource? outputSource, String? resourceId, String? resourceType, String? status})
-
AssociationExecutionTarget.fromJson(Map<
String, dynamic> json) -
factory
Properties
- associationId → String?
-
The association ID.
final
- associationVersion → String?
-
The association version.
final
- detailedStatus → String?
-
Detailed information about the execution status.
final
- executionId → String?
-
The execution ID.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastExecutionDate → DateTime?
-
The date of the last execution.
final
- outputSource → OutputSource?
-
The location where the association details are saved.
final
- resourceId → String?
-
The resource ID, for example, the instance ID where the association ran.
final
- resourceType → String?
-
The resource type, for example, instance.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The association execution status.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited