GoogleCloudContactcenterinsightsV1QueryMetricsRequest class
The request for querying metrics.
Constructors
-
GoogleCloudContactcenterinsightsV1QueryMetricsRequest.new({List<
GoogleCloudContactcenterinsightsV1Dimension> ? dimensions, String? filter, String? measureMask, String? timeGranularity}) - GoogleCloudContactcenterinsightsV1QueryMetricsRequest.fromJson(Map json_)
Properties
-
dimensions
↔ List<
GoogleCloudContactcenterinsightsV1Dimension> ? -
The dimensions that determine the grouping key for the query.
getter/setter pair
- filter ↔ String?
-
Filter to select a subset of conversations to compute the metrics.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- measureMask ↔ String?
-
Measures to return.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeGranularity ↔ String?
-
The time granularity of each data point in the time series.
getter/setter pair
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