toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
GetRolesResponse
Get
Roles
Response
@
Serializable
data
class
GetRolesResponse
(
val
description
:
String
?
=
null
,
val
id
:
Long
?
=
null
,
val
name
:
String
?
=
null
)
GetRolesResponse
Parameters
description
id
name
Members
Constructors
Get
Roles
Response
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
id
:
Long
?
=
null
,
name
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
id
Link copied to clipboard
val
id
:
Long
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null