toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
PutHookRequest
Put
Hook
Request
@
Serializable
data
class
PutHookRequest
(
val
config
:
List
<
Field
>
?
=
null
,
val
displayName
:
String
?
=
null
,
val
events
:
List
<
Event
>
?
=
null
,
val
isActive
:
Boolean
?
=
null
,
val
name
:
String
?
=
null
,
val
templateId
:
Long
?
=
null
)
PutHookRequest
Parameters
config
display
Name
events
is
Active
name
template
Id
Members
Constructors
Put
Hook
Request
Link copied to clipboard
constructor
(
config
:
List
<
Field
>
?
=
null
,
displayName
:
String
?
=
null
,
events
:
List
<
Event
>
?
=
null
,
isActive
:
Boolean
?
=
null
,
name
:
String
?
=
null
,
templateId
:
Long
?
=
null
)
Properties
config
Link copied to clipboard
val
config
:
List
<
Field
>
?
=
null
display
Name
Link copied to clipboard
val
displayName
:
String
?
=
null
events
Link copied to clipboard
val
events
:
List
<
Event
>
?
=
null
is
Active
Link copied to clipboard
val
isActive
:
Boolean
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
template
Id
Link copied to clipboard
val
templateId
:
Long
?
=
null