AssociationExecution class

Includes information about the specified association.

Constructors

AssociationExecution({String? associationId, String? associationVersion, DateTime? createdTime, String? detailedStatus, String? executionId, DateTime? lastExecutionDate, String? resourceCountByStatus, String? status})
AssociationExecution.fromJson(Map<String, dynamic> json)
factory

Properties

associationId String?
The association ID.
final
associationVersion String?
The association version.
final
createdTime DateTime?
The time the execution started.
final
detailedStatus String?
Detailed status information about the execution.
final
executionId String?
The execution ID for the association.
final
hashCode int
The hash code for this object.
no setterinherited
lastExecutionDate DateTime?
The date of the last execution.
final
resourceCountByStatus String?
An aggregate status of the resources in the execution based on the status type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the association execution.
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