GetTimeSeriesServiceStatisticsResult class
Constructors
-
GetTimeSeriesServiceStatisticsResult({bool? containsOldGroupVersions, String? nextToken, List<
TimeSeriesServiceStatistics> ? timeSeriesServiceStatistics}) -
GetTimeSeriesServiceStatisticsResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- containsOldGroupVersions → bool?
-
A flag indicating whether or not a group's filter expression has been
consistent, or if a returned aggregation might show statistics from an older
version of the group's filter expression.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
Pagination token.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
timeSeriesServiceStatistics
→ List<
TimeSeriesServiceStatistics> ? -
The collection of statistics.
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