toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerservice.kotlin.outputs
/
TimeSpanResponse
Time
Span
Response
data
class
TimeSpanResponse
(
val
end
:
String
?
=
null
,
val
start
:
String
?
=
null
)
The time span with start and end properties.
Members
Constructors
Time
Span
Response
Link copied to clipboard
constructor
(
end
:
String
?
=
null
,
start
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Link copied to clipboard
val
end
:
String
?
=
null
The end of a time span
start
Link copied to clipboard
val
start
:
String
?
=
null
The start of a time span