ping
Toggle table of contents
0.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ping
davinci
/
com.pingidentity.davinci.collector
/
Option
Option
@
Serializable
data
class
Option
(
val
label
:
String
,
val
value
:
String
)
Data class representing an option.
Members
Constructors
Option
Link copied to clipboard
constructor
(
label
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
label
Link copied to clipboard
val
label
:
String
The label of the option.
value
Link copied to clipboard
val
value
:
String
The value of the option.