GoogleCloudApigeeV1Quota class

Quota contains the essential parameters needed that can be applied on the resources, methods, API source combination associated with this API product.

While Quota is optional, setting it prevents requests from exceeding the provisioned parameters.

Constructors

GoogleCloudApigeeV1Quota({String? interval, String? limit, String? timeUnit})
GoogleCloudApigeeV1Quota.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
interval String?
Time interval over which the number of request messages is calculated.
getter/setter pair
limit String?
Upper limit allowed for the time interval and time unit specified.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeUnit String?
Time unit defined for the interval.
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