BudgetParameter

Individual budget parameter configuration that defines specific budget allocation settings for access budgets.

Types

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

Properties

Link copied to clipboard

Whether this individual budget parameter automatically refreshes when the budget period resets.

Link copied to clipboard
val budget: Int

The budget allocation amount for this specific parameter.

Link copied to clipboard

The type of budget parameter being configured.

Functions

Link copied to clipboard
inline fun copy(block: BudgetParameter.Builder.() -> Unit = {}): BudgetParameter
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