GoogleCloudApigeeV1SecurityReportQueryMetric class
Metric of the Query
Constructors
- GoogleCloudApigeeV1SecurityReportQueryMetric({String? aggregationFunction, String? alias, String? name, String? operator, String? value})
- GoogleCloudApigeeV1SecurityReportQueryMetric.fromJson(Map json_)
Properties
- aggregationFunction ↔ String?
-
Aggregation function: avg, min, max, or sum.
getter/setter pair
- alias ↔ String?
-
Alias for the metric.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Metric name.
getter/setter pair
- operator ↔ String?
-
One of
+
,-
,/
,%
,*
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ String?
-
Operand value should be provided when operator is set.
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