OptionStatus

Provides the current status of an entity.

Types

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

Properties

Link copied to clipboard

The timestamp when the entity was created.

Link copied to clipboard

Indicates whether the entity is being deleted.

Link copied to clipboard

The state of the entity.

Link copied to clipboard

The timestamp of the last time the entity was updated.

Link copied to clipboard

The latest version of the entity.

Functions

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