toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
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.
Members
Constructors
Time
Args
Link copied to clipboard
constructor
(
hours
:
Output
<
Int
>
,
minutes
:
Output
<
Int
>
,
seconds
:
Output
<
Int
>
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TimeArgs