toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.workloads.kotlin.outputs
/
DayResponse
Day
Response
data
class
DayResponse
(
val
date
:
Int
?
=
null
,
val
isLast
:
Boolean
?
=
null
)
Day of the week.
Members
Constructors
Day
Response
Link copied to clipboard
constructor
(
date
:
Int
?
=
null
,
isLast
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
date
Link copied to clipboard
val
date
:
Int
?
=
null
Date of the month
is
Last
Link copied to clipboard
val
isLast
:
Boolean
?
=
null
Whether Date is last date of month