pulumi-azure-native-kotlin
2.14.0.0
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.
Constructors
Functions
Properties
Constructors
Day
Args
Link copied to clipboard
fun
DayArgs
(
date
:
Output
<
Int
>
?
=
null
,
isLast
:
Output
<
Boolean
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DayArgs
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