pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.devtestlab.kotlin.inputs
/
HourDetailsArgs
Hour
Details
Args
data
class
HourDetailsArgs
(
val
minute
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
HourDetailsArgs
>
Properties of an hourly schedule.
Constructors
Functions
Properties
Constructors
Hour
Details
Args
Link copied to clipboard
fun
HourDetailsArgs
(
minute
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
HourDetailsArgs
Properties
minute
Link copied to clipboard
val
minute
:
Output
<
Int
>
?
=
null
Minutes of the hour the schedule will run.