AutoTuneOptionsOutput class

The Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.

Constructors

AutoTuneOptionsOutput({String? errorMessage, AutoTuneState? state})
AutoTuneOptionsOutput.fromJson(Map<String, dynamic> json)
factory

Properties

errorMessage String?
The error message while enabling or disabling Auto-Tune.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state AutoTuneState?
The AutoTuneState for the domain.
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