ProfileLimitValue

A value that defines a resource usage limit, consisting of a maximum value and a unit of measurement.

Types

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

Properties

Link copied to clipboard

The maximum allowed value for the resource.

Link copied to clipboard

The unit of measurement for the limit value.

Functions

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