TrustedAdvisorCheckSummary class

A summary of a Trusted Advisor check result, including the alert status, last refresh, and number of resources examined.

Constructors

TrustedAdvisorCheckSummary({required TrustedAdvisorCategorySpecificSummary categorySpecificSummary, required String checkId, required TrustedAdvisorResourcesSummary resourcesSummary, required String status, required String timestamp, bool? hasFlaggedResources})
TrustedAdvisorCheckSummary.fromJson(Map<String, dynamic> json)
factory

Properties

categorySpecificSummary TrustedAdvisorCategorySpecificSummary
Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.
final
checkId String
The unique identifier for the Trusted Advisor check.
final
hasFlaggedResources bool?
Specifies whether the Trusted Advisor check has flagged resources.
final
hashCode int
The hash code for this object.
no setterinherited
resourcesSummary TrustedAdvisorResourcesSummary
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".
final
timestamp String
The time of the last refresh of the check.
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