toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.workflows.v1.kotlin.inputs
/
GetWorkflowPlainArgs
Get
Workflow
Plain
Args
data
class
GetWorkflowPlainArgs
(
val
location
:
String
,
val
project
:
String
?
=
null
,
val
revisionId
:
String
?
=
null
,
val
workflowId
:
String
)
:
ConvertibleToJava
<
GetWorkflowPlainArgs
>
Members
Constructors
Get
Workflow
Plain
Args
Link copied to clipboard
constructor
(
location
:
String
,
project
:
String
?
=
null
,
revisionId
:
String
?
=
null
,
workflowId
:
String
)
Properties
location
Link copied to clipboard
val
location
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
revision
Id
Link copied to clipboard
val
revisionId
:
String
?
=
null
workflow
Id
Link copied to clipboard
val
workflowId
:
String
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetWorkflowPlainArgs