FieldId

data class FieldId(val value: String) : OperandOne

The field ID that this operand should take the value of.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this OperandOne as a FieldId and retrieves its kotlin.String value. Throws an exception if the OperandOne is not a FieldId.

Link copied to clipboard

Casts this OperandOne as a FieldId and retrieves its kotlin.String value. Returns null if the OperandOne is not a FieldId.