QuotaExceededInfoResponse

data class QuotaExceededInfoResponse(val dimensions: Map<String, String>, val limit: Double, val limitName: String, val metricName: String)

Additional details for quota exceeded error for resource quota.

Constructors

Link copied to clipboard
constructor(dimensions: Map<String, String>, limit: Double, limitName: String, metricName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The map holding related quota dimensions.

Link copied to clipboard

Current effective quota limit. The limit's unit depends on the quota type or metric.

Link copied to clipboard

The name of the quota limit.

Link copied to clipboard

The Compute Engine quota metric name.