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.inputs
/
DayArgs
Day
Args
data
class
DayArgs
(
val
date
:
Output
<
Int
>
?
=
null
,
val
isLast
:
Output
<
Boolean
>
?
=
null
)
:
ConvertibleToJava
<
DayArgs
>
Day of the week.
Members
Constructors
Day
Args
Link copied to clipboard
constructor
(
date
:
Output
<
Int
>
?
=
null
,
isLast
:
Output
<
Boolean
>
?
=
null
)
Properties
date
Link copied to clipboard
val
date
:
Output
<
Int
>
?
=
null
Date of the month
is
Last
Link copied to clipboard
val
isLast
:
Output
<
Boolean
>
?
=
null
Whether Date is last date of month
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DayArgs