pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerservice.kotlin.inputs
/
TimeSpanArgs
Time
Span
Args
data
class
TimeSpanArgs
(
val
end
:
Output
<
String
>
?
=
null
,
val
start
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
TimeSpanArgs
>
The time span with start and end properties.
Constructors
Functions
Properties
Constructors
Time
Span
Args
Link copied to clipboard
fun
TimeSpanArgs
(
end
:
Output
<
String
>
?
=
null
,
start
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TimeSpanArgs
Properties
end
Link copied to clipboard
val
end
:
Output
<
String
>
?
=
null
The end of a time span
start
Link copied to clipboard
val
start
:
Output
<
String
>
?
=
null
The start of a time span