pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.cloudtasks.v2beta3.kotlin.inputs
/
GetTaskPlainArgs
Get
Task
Plain
Args
data
class
GetTaskPlainArgs
(
val
location
:
String
,
val
project
:
String
?
=
null
,
val
queueId
:
String
,
val
responseView
:
String
?
=
null
,
val
taskId
:
String
)
:
ConvertibleToJava
<
GetTaskPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Task
Plain
Args
Link copied to clipboard
fun
GetTaskPlainArgs
(
location
:
String
,
project
:
String
?
=
null
,
queueId
:
String
,
responseView
:
String
?
=
null
,
taskId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetTaskPlainArgs
Properties
location
Link copied to clipboard
val
location
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
queue
Id
Link copied to clipboard
val
queueId
:
String
response
View
Link copied to clipboard
val
responseView
:
String
?
=
null
task
Id
Link copied to clipboard
val
taskId
:
String