toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.testing.v1.kotlin.inputs
/
SystraceSetupArgs
Systrace
Setup
Args
data
class
SystraceSetupArgs
(
val
durationSeconds
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
SystraceSetupArgs
>
Members
Constructors
Systrace
Setup
Args
Link copied to clipboard
constructor
(
durationSeconds
:
Output
<
Int
>
?
=
null
)
Properties
duration
Seconds
Link copied to clipboard
val
durationSeconds
:
Output
<
Int
>
?
=
null
Systrace duration in seconds. Should be between 1 and 30 seconds. 0 disables systrace.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SystraceSetupArgs