pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.storsimple.kotlin.inputs
/
TimeArgs
Time
Args
data
class
TimeArgs
(
val
hours
:
Output
<
Int
>
,
val
minutes
:
Output
<
Int
>
,
val
seconds
:
Output
<
Int
>
)
:
ConvertibleToJava
<
TimeArgs
>
The time.
Constructors
Functions
Properties
Constructors
Time
Args
Link copied to clipboard
fun
TimeArgs
(
hours
:
Output
<
Int
>
,
minutes
:
Output
<
Int
>
,
seconds
:
Output
<
Int
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TimeArgs
Properties
hours
Link copied to clipboard
val
hours
:
Output
<
Int
>
The hour.
minutes
Link copied to clipboard
val
minutes
:
Output
<
Int
>
The minute.
seconds
Link copied to clipboard
val
seconds
:
Output
<
Int
>
The second.