http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-scheduler
/
org.http4k.connect.amazon.scheduler.action
/
ScheduleGroups
Schedule
Groups
@
JsonSerializable
data
class
ScheduleGroups
(
@
Json
(
name
=
"NextToken"
)
val
nextToken
:
String
?
,
@
Json
(
name
=
"ScheduleGroups"
)
val
scheduleGroups
:
List
<
ScheduleGroup
>
)
(
source
)
Members
Constructors
Schedule
Groups
Link copied to clipboard
constructor
(
@
Json
(
name
=
"NextToken"
)
nextToken
:
String
?
,
@
Json
(
name
=
"ScheduleGroups"
)
scheduleGroups
:
List
<
ScheduleGroup
>
)
Properties
next
Token
Link copied to clipboard
val
nextToken
:
String
?
schedule
Groups
Link copied to clipboard
val
scheduleGroups
:
List
<
ScheduleGroup
>