ChangeProgressStatusDetails class

The progress details of a specific domain configuration change.

Constructors

ChangeProgressStatusDetails({String? changeId, List<ChangeProgressStage>? changeProgressStages, List<String>? completedProperties, List<String>? pendingProperties, DateTime? startTime, OverallChangeStatus? status, int? totalNumberOfStages})
ChangeProgressStatusDetails.fromJson(Map<String, dynamic> json)
factory

Properties

changeId String?
The unique change identifier associated with a specific domain configuration change.
final
changeProgressStages List<ChangeProgressStage>?
The specific stages that the domain is going through to perform the configuration change.
final
completedProperties List<String>?
The list of properties involved in the domain configuration change that are completed.
final
hashCode int
The hash code for this object.
no setterinherited
pendingProperties List<String>?
The list of properties involved in the domain configuration change that are still in pending.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
The time at which the configuration change is made on the domain.
final
status OverallChangeStatus?
The overall status of the domain configuration change. This field can take the following values: PENDING, PROCESSING, COMPLETED and FAILED
final
totalNumberOfStages int?
The total number of stages required for the configuration change.
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