UsagePlanQuotaSettings

data class UsagePlanQuotaSettings(val limit: Int, val offset: Int? = null, val period: String)

Constructors

Link copied to clipboard
fun UsagePlanQuotaSettings(limit: Int, offset: Int? = null, period: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val limit: Int
Link copied to clipboard
val offset: Int? = null
Link copied to clipboard