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
/
FormFieldTextsDTO
Form
Field
Texts
DTO
@
Serializable
data
class
FormFieldTextsDTO
(
val
label
:
String
,
val
placeholderText
:
String
?
,
val
helpText
:
String
?
)
Members
Constructors
Form
Field
Texts
DTO
Link copied to clipboard
constructor
(
label
:
String
,
placeholderText
:
String
?
,
helpText
:
String
?
)
Properties
accessibility
Id
Link copied to clipboard
val
accessibilityId
:
String
Generates a unique accessibility identifier for Appium automation Format: form_field_text_
label
help
Text
Link copied to clipboard
@
SerialName
(
value
=
"help_text"
)
val
helpText
:
String
?
label
Link copied to clipboard
@
SerialName
(
value
=
"label"
)
val
label
:
String
placeholder
Text
Link copied to clipboard
@
SerialName
(
value
=
"placeholder_text"
)
val
placeholderText
:
String
?