FieldOption

Object for field Options information.

Types

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

Properties

Link copied to clipboard

Describes whether the FieldOption is active (displayed) or inactive.

Link copied to clipboard

FieldOptionName has max length 100 and disallows trailing spaces.

Link copied to clipboard

FieldOptionValue has max length 100 and must be alphanumeric with hyphens and underscores.

Functions

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