toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.storsimple.kotlin.outputs
/
TimeResponse
Time
Response
data
class
TimeResponse
(
val
hours
:
Int
,
val
minutes
:
Int
,
val
seconds
:
Int
)
The time.
Members
Constructors
Time
Response
Link copied to clipboard
constructor
(
hours
:
Int
,
minutes
:
Int
,
seconds
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hours
Link copied to clipboard
val
hours
:
Int
The hour.
minutes
Link copied to clipboard
val
minutes
:
Int
The minute.
seconds
Link copied to clipboard
val
seconds
:
Int
The second.