GetUsageAndQuotaReturn

@Serializable
data class GetUsageAndQuotaReturn(val usage: Double, val quota: Double, val overrideActive: Boolean, val usageBreakdown: List<Storage.UsageForType>)

Constructors

Link copied to clipboard
constructor(usage: Double, quota: Double, overrideActive: Boolean, usageBreakdown: List<Storage.UsageForType>)

Properties

Link copied to clipboard

Whether or not the origin has an active storage quota override

Link copied to clipboard

Storage quota (bytes).

Link copied to clipboard

Storage usage (bytes).

Link copied to clipboard

Storage usage per type (bytes).