toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
PutDataTablesRequestChangeColumns
Put
Data
Tables
Request
Change
Columns
@
Serializable
data
class
PutDataTablesRequestChangeColumns
(
val
code
:
String
?
=
null
,
val
indexed
:
Boolean
?
=
null
,
val
mandatory
:
Boolean
?
=
null
,
val
name
:
String
?
=
null
,
val
newCode
:
String
?
=
null
,
val
newName
:
String
?
=
null
,
val
unique
:
Boolean
?
=
null
)
Parameters
code
indexed
Defaults to false
mandatory
name
new
Code
new
Name
unique
Members
Constructors
Put
Data
Tables
Request
Change
Columns
Link copied to clipboard
constructor
(
code
:
String
?
=
null
,
indexed
:
Boolean
?
=
null
,
mandatory
:
Boolean
?
=
null
,
name
:
String
?
=
null
,
newCode
:
String
?
=
null
,
newName
:
String
?
=
null
,
unique
:
Boolean
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
String
?
=
null
indexed
Link copied to clipboard
val
indexed
:
Boolean
?
=
null
mandatory
Link copied to clipboard
val
mandatory
:
Boolean
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
new
Code
Link copied to clipboard
val
newCode
:
String
?
=
null
new
Name
Link copied to clipboard
val
newName
:
String
?
=
null
unique
Link copied to clipboard
val
unique
:
Boolean
?
=
null