Limit

class Limit

Specifies how many protections of a given type you can create.

Types

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

Properties

Link copied to clipboard
val max: Long

The maximum number of protections that can be created for the specified Type.

Link copied to clipboard
val type: String?

The type of protection.

Functions

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