QuotaUtilizationInfo

Information about a quota's utilization, including the quota code, service information, current usage, and applied limits.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the quota value can be increased.

Link copied to clipboard

The applied value of the quota, which may be higher than the default value if a quota increase has been requested and approved.

Link copied to clipboard

The default value of the quota.

Link copied to clipboard

The namespace of the metric used to track quota usage.

Link copied to clipboard

The quota identifier.

Link copied to clipboard

The quota name.

Link copied to clipboard

The service identifier.

Link copied to clipboard

The service name.

Link copied to clipboard

The utilization percentage of the quota, calculated as (current usage / applied value) × 100. Values range from 0.0 to 100.0 or higher if usage exceeds the quota limit.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String