toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.chronicle.kotlin.inputs
/
RetrohuntProcessIntervalArgs
Retrohunt
Process
Interval
Args
data
class
RetrohuntProcessIntervalArgs
(
val
endTime
:
Output
<
String
>
,
val
startTime
:
Output
<
String
>
)
:
ConvertibleToJava
<
RetrohuntProcessIntervalArgs
>
Members
Constructors
Retrohunt
Process
Interval
Args
Link copied to clipboard
constructor
(
endTime
:
Output
<
String
>
,
startTime
:
Output
<
String
>
)
Properties
end
Time
Link copied to clipboard
val
endTime
:
Output
<
String
>
Exclusive end of the interval.
start
Time
Link copied to clipboard
val
startTime
:
Output
<
String
>
Inclusive start of the interval.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RetrohuntProcessIntervalArgs