kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity
/
FormFieldOptionDTO
Form
Field
Option
DTO
@
Serializable
data
class
FormFieldOptionDTO
(
val
id
:
String
?
,
val
label
:
String
,
val
value
:
String
)
Members
Constructors
Form
Field
Option
DTO
Link copied to clipboard
constructor
(
id
:
String
?
,
label
:
String
,
value
:
String
)
Properties
accessibility
Id
Link copied to clipboard
val
accessibilityId
:
String
Generates a unique accessibility identifier for Appium automation Format: form_option_
id
_
label
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
?
label
Link copied to clipboard
@
SerialName
(
value
=
"label"
)
val
label
:
String
value
Link copied to clipboard
@
SerialName
(
value
=
"value"
)
val
value
:
String