QuotaGroup class

The group information for methods in the CSS API.

The quota is shared between all methods in the group. Even if none of the methods within the group have usage the information for the group is returned.

Constructors

QuotaGroup.new({List<MethodDetails>? methodDetails, String? name, String? quotaLimit, String? quotaMinuteLimit, String? quotaUsage})
QuotaGroup.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
methodDetails List<MethodDetails>?
List of all methods group quota applies to.
getter/setter pair
name String?
Identifier.
getter/setter pair
quotaLimit String?
The maximum number of calls allowed per day for the group.
getter/setter pair
quotaMinuteLimit String?
The maximum number of calls allowed per minute for the group.
getter/setter pair
quotaUsage String?
The current quota usage, meaning the number of calls already made on a given day to the methods in the group.
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