Override Quota For Origin Request
data class OverrideQuotaForOriginRequest(origin: String, quotaSize: Double?)
Content copied to clipboard
Represents request frame that can be used with Storage#overrideQuotaForOrigin operation call.
Override quota for the specified origin
See also
Constructors
OverrideQuotaForOriginRequest
Link copied to clipboard
fun OverrideQuotaForOriginRequest(origin: String, quotaSize: Double? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard