QuotaOperation class

Represents information regarding a quota operation.

Constructors

QuotaOperation({String? consumerId, Map<String, String>? labels, String? methodName, String? operationId, List<MetricValueSet>? quotaMetrics, String? quotaMode})
QuotaOperation.fromJson(Map json_)

Properties

consumerId String?
Identity of the consumer for whom this quota operation is being performed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels describing the operation.
getter/setter pair
methodName String?
Fully qualified name of the API method for which this quota operation is requested.
getter/setter pair
operationId String?
Identity of the operation.
getter/setter pair
quotaMetrics List<MetricValueSet>?
Represents information about this operation.
getter/setter pair
quotaMode String?
Quota mode for this operation. Possible string values are:
getter/setter pair
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