FindingsReportSummary class
Information about potential recommendations that might be created from the analysis of profiling data.
Constructors
- FindingsReportSummary({String? id, DateTime? profileEndTime, DateTime? profileStartTime, String? profilingGroupName, int? totalNumberOfFindings})
-
FindingsReportSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The universally unique identifier (UUID) of the recommendation report.
final
- profileEndTime → DateTime?
-
The end time of the period during which the metric is flagged as anomalous.
This is specified using the ISO 8601 format. For example,
2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02
PM UTC.
final
- profileStartTime → DateTime?
-
The start time of the profile the analysis data is about. This is specified
using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents
1 millisecond past June 1, 2020 1:15:02 PM UTC.
final
- profilingGroupName → String?
-
The name of the profiling group that is associated with the analysis data.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalNumberOfFindings → int?
-
The total number of different recommendations that were found by the
analysis.
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