pulumi-google-native-kotlin
0.31.1.0
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
>
Constructors
Functions
Properties
Constructors
Systrace
Setup
Args
Link copied to clipboard
fun
SystraceSetupArgs
(
durationSeconds
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SystraceSetupArgs
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.