toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
QuestionData
Question
Data
@
Serializable
data
class
QuestionData
(
val
componentKey
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
id
:
Long
?
=
null
,
val
key
:
String
?
=
null
,
val
responseDatas
:
List
<
ResponseData
>
?
=
null
,
val
sequenceNo
:
Int
?
=
null
,
val
text
:
String
?
=
null
)
Parameters
component
Key
description
id
key
response
Datas
sequence
No
text
Members
Constructors
Question
Data
Link copied to clipboard
constructor
(
componentKey
:
String
?
=
null
,
description
:
String
?
=
null
,
id
:
Long
?
=
null
,
key
:
String
?
=
null
,
responseDatas
:
List
<
ResponseData
>
?
=
null
,
sequenceNo
:
Int
?
=
null
,
text
:
String
?
=
null
)
Properties
component
Key
Link copied to clipboard
val
componentKey
:
String
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
id
Link copied to clipboard
val
id
:
Long
?
=
null
key
Link copied to clipboard
val
key
:
String
?
=
null
response
Datas
Link copied to clipboard
val
responseDatas
:
List
<
ResponseData
>
?
=
null
sequence
No
Link copied to clipboard
val
sequenceNo
:
Int
?
=
null
text
Link copied to clipboard
val
text
:
String
?
=
null