toggle menu
Karya
jvm
switch theme
search in API
core
/
karya.core.entities.requests
/
SubmitPlanRequest
/
SubmitPlanRequest
Submit
Plan
Request
constructor
(
userId
:
UUID
,
description
:
String
,
periodTime
:
String
,
planType
:
PlanType
,
action
:
Action
,
hooks
:
List
<
Hook
>
=
listOf()
,
maxFailureRetry
:
Int
=
3
)