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.outputs
/
TimeInWeekResponse
Time
In
Week
Response
data
class
TimeInWeekResponse
(
val
day
:
String
?
=
null
,
val
hourSlots
:
List
<
Int
>
?
=
null
)
Time in a week.
Members
Constructors
Time
In
Week
Response
Link copied to clipboard
constructor
(
day
:
String
?
=
null
,
hourSlots
:
List
<
Int
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
day
Link copied to clipboard
val
day
:
String
?
=
null
A day in a week.
hour
Slots
Link copied to clipboard
val
hourSlots
:
List
<
Int
>
?
=
null
hour slots in a day.