AccountAttribute

Stores account attributes.

Types

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

Properties

Link copied to clipboard
val maximum: Int?

The maximum allowed value.

Link copied to clipboard
val name: String?

The attribute name. The following are supported attribute names.

Link copied to clipboard
val used: Int?

The current usage, such as the current number of servers that are associated with the account.

Functions

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