TrustedAdvisorCheckDescription class

The description and metadata for a Trusted Advisor check.

Constructors

TrustedAdvisorCheckDescription({required String category, required String description, required String id, required List<String> metadata, required String name})
TrustedAdvisorCheckDescription.fromJson(Map<String, dynamic> json)
factory

Properties

category String
The category of the Trusted Advisor check.
final
description String
The description of the Trusted Advisor check, which includes the alert criteria and recommended operations (contains HTML markup).
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for the Trusted Advisor check.
final
metadata List<String>
The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
final
name String
The display name for the Trusted Advisor check.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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