QuotaExceededInfo class

Additional details for quota exceeded error for resource quota.

Constructors

QuotaExceededInfo({Map<String, String>? dimensions, double? futureLimit, double? limit, String? limitName, String? metricName, String? rolloutStatus})
QuotaExceededInfo.fromJson(Map json_)

Properties

dimensions Map<String, String>?
The map holding related quota dimensions.
getter/setter pair
futureLimit double?
Future quota limit being rolled out.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit double?
Current effective quota limit.
getter/setter pair
limitName String?
The name of the quota limit.
getter/setter pair
metricName String?
The Compute Engine quota metric name.
getter/setter pair
rolloutStatus String?
Rollout status of the future quota limit. 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