UsageCriteria class

Contains information about the criteria used to query usage statistics.

Constructors

UsageCriteria({required List<DataSource> dataSources, List<String>? accountIds, List<String>? resources})

Properties

accountIds List<String>?
The account IDs to aggregate usage statistics from.
final
dataSources List<DataSource>
The data sources to aggregate usage statistics from.
final
hashCode int
The hash code for this object.
no setterinherited
resources List<String>?
The resources to aggregate usage statistics from. Only accepts exact resource names.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited