AutoTuneStatus class
Provides the current Auto-Tune status for the domain.
Constructors
- AutoTuneStatus({required DateTime creationDate, required AutoTuneState state, required DateTime updateDate, String? errorMessage, bool? pendingDeletion, int? updateVersion})
-
AutoTuneStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationDate → DateTime
-
The timestamp of the Auto-Tune options creation date.
final
- errorMessage → String?
-
The error message while enabling or disabling Auto-Tune.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pendingDeletion → bool?
-
Indicates whether the domain is being deleted.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → AutoTuneState
-
The
AutoTuneState
for the domain.final - updateDate → DateTime
-
The timestamp of when the Auto-Tune options were last updated.
final
- updateVersion → int?
-
The latest version of the Auto-Tune options.
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