StringOption

data class StringOption(val value: String?, val displayName: String)

Class that represents a combination of a string value and a name suitable for display presentation.

Parameters

value

a string value.

displayName

a name suitable for display of the value.

Constructors

Link copied to clipboard
constructor(value: String?, displayName: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Show only the displayName in the toString function.