toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
Component
Component
@
Serializable
data
class
Component
(
val
description
:
String
?
=
null
,
val
id
:
Long
?
=
null
,
val
key
:
String
?
=
null
,
val
new
:
Boolean
?
=
null
,
val
sequenceNo
:
Int
?
=
null
,
val
survey
:
Survey
?
=
null
,
val
text
:
String
?
=
null
)
Parameters
description
id
key
new
sequence
No
survey
text
Members
Constructors
Component
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
id
:
Long
?
=
null
,
key
:
String
?
=
null
,
new
:
Boolean
?
=
null
,
sequenceNo
:
Int
?
=
null
,
survey
:
Survey
?
=
null
,
text
:
String
?
=
null
)
Properties
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
new
Link copied to clipboard
val
new
:
Boolean
?
=
null
sequence
No
Link copied to clipboard
val
sequenceNo
:
Int
?
=
null
survey
Link copied to clipboard
val
survey
:
Survey
?
=
null
text
Link copied to clipboard
val
text
:
String
?
=
null