pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.toolresults.v1beta3.kotlin.inputs
/
GetPerfSampleSeriesPlainArgs
Get
Perf
Sample
Series
Plain
Args
data
class
GetPerfSampleSeriesPlainArgs
(
val
executionId
:
String
,
val
historyId
:
String
,
val
project
:
String
?
=
null
,
val
sampleSeriesId
:
String
,
val
stepId
:
String
)
:
ConvertibleToJava
<
GetPerfSampleSeriesPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Perf
Sample
Series
Plain
Args
Link copied to clipboard
fun
GetPerfSampleSeriesPlainArgs
(
executionId
:
String
,
historyId
:
String
,
project
:
String
?
=
null
,
sampleSeriesId
:
String
,
stepId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetPerfSampleSeriesPlainArgs
Properties
execution
Id
Link copied to clipboard
val
executionId
:
String
history
Id
Link copied to clipboard
val
historyId
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
sample
Series
Id
Link copied to clipboard
val
sampleSeriesId
:
String
step
Id
Link copied to clipboard
val
stepId
:
String