toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
GetGroupsTemplateColumnHeaderData
Get
Groups
Template
Column
Header
Data
@
Serializable
data
class
GetGroupsTemplateColumnHeaderData
(
val
columnDisplayType
:
String
?
=
null
,
val
columnLength
:
Int
?
=
null
,
val
columnName
:
String
?
=
null
,
val
columnType
:
String
?
=
null
,
val
columnValues
:
Set
<
Any
>
?
=
null
,
val
isColumnNullable
:
Boolean
?
=
null
,
val
isColumnPrimaryKey
:
Boolean
?
=
null
)
Parameters
column
Display
Type
column
Length
column
Name
column
Type
column
Values
is
Column
Nullable
is
Column
Primary
Key
Members
Constructors
Get
Groups
Template
Column
Header
Data
Link copied to clipboard
constructor
(
columnDisplayType
:
String
?
=
null
,
columnLength
:
Int
?
=
null
,
columnName
:
String
?
=
null
,
columnType
:
String
?
=
null
,
columnValues
:
Set
<
Any
>
?
=
null
,
isColumnNullable
:
Boolean
?
=
null
,
isColumnPrimaryKey
:
Boolean
?
=
null
)
Properties
column
Display
Type
Link copied to clipboard
val
columnDisplayType
:
String
?
=
null
column
Length
Link copied to clipboard
val
columnLength
:
Int
?
=
null
column
Name
Link copied to clipboard
val
columnName
:
String
?
=
null
column
Type
Link copied to clipboard
val
columnType
:
String
?
=
null
column
Values
Link copied to clipboard
val
columnValues
:
Set
<
Any
>
?
=
null
is
Column
Nullable
Link copied to clipboard
val
isColumnNullable
:
Boolean
?
=
null
is
Column
Primary
Key
Link copied to clipboard
val
isColumnPrimaryKey
:
Boolean
?
=
null