RefreshTrustedAdvisorCheckResponse class
The current refresh status of a Trusted Advisor check.
Constructors
- RefreshTrustedAdvisorCheckResponse({required TrustedAdvisorCheckRefreshStatus status})
-
RefreshTrustedAdvisorCheckResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → TrustedAdvisorCheckRefreshStatus
-
The current refresh status for a check, including the amount of time until
the check is eligible for refresh.
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