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.model
/
FlexibleTimeWindow
Flexible
Time
Window
@
JsonSerializable
data
class
FlexibleTimeWindow
(
@
Json
(
name
=
"Mode"
)
val
mode
:
TimeWindowMode
,
@
Json
(
name
=
"MaximumWindowInMinutes"
)
val
maximumWindowInMinutes
:
Int
?
=
null
)
(
source
)
Members
Constructors
Flexible
Time
Window
Link copied to clipboard
constructor
(
@
Json
(
name
=
"Mode"
)
mode
:
TimeWindowMode
,
@
Json
(
name
=
"MaximumWindowInMinutes"
)
maximumWindowInMinutes
:
Int
?
=
null
)
Properties
maximum
Window
In
Minutes
Link copied to clipboard
val
maximumWindowInMinutes
:
Int
?
mode
Link copied to clipboard
val
mode
:
TimeWindowMode