toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerservice.kotlin.inputs
/
TimeInWeekArgs
Time
In
Week
Args
data
class
TimeInWeekArgs
(
val
day
:
Output
<
Either
<
String
,
WeekDay
>
>
?
=
null
,
val
hourSlots
:
Output
<
List
<
Int
>
>
?
=
null
)
:
ConvertibleToJava
<
TimeInWeekArgs
>
Time in a week.
Members
Constructors
Time
In
Week
Args
Link copied to clipboard
constructor
(
day
:
Output
<
Either
<
String
,
WeekDay
>
>
?
=
null
,
hourSlots
:
Output
<
List
<
Int
>
>
?
=
null
)
Properties
day
Link copied to clipboard
val
day
:
Output
<
Either
<
String
,
WeekDay
>
>
?
=
null
A day in a week.
hour
Slots
Link copied to clipboard
val
hourSlots
:
Output
<
List
<
Int
>
>
?
=
null
hour slots in a day.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TimeInWeekArgs