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
/
CreateScheduleGroupData
Create
Schedule
Group
Data
@
JsonSerializable
data
class
CreateScheduleGroupData
(
@
Json
(
name
=
"ClientToken"
)
val
clientToken
:
ClientToken
,
@
Json
(
name
=
"Tags"
)
val
tags
:
List
<
Tag
>
?
)
(
source
)
Members
Constructors
Create
Schedule
Group
Data
Link copied to clipboard
constructor
(
@
Json
(
name
=
"ClientToken"
)
clientToken
:
ClientToken
,
@
Json
(
name
=
"Tags"
)
tags
:
List
<
Tag
>
?
)
Properties
client
Token
Link copied to clipboard
val
clientToken
:
ClientToken
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?