toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.bigquery.v2.kotlin.inputs
/
GetRoutinePlainArgs
Get
Routine
Plain
Args
data
class
GetRoutinePlainArgs
(
val
datasetId
:
String
,
val
project
:
String
?
=
null
,
val
readMask
:
String
?
=
null
,
val
routineId
:
String
)
:
ConvertibleToJava
<
GetRoutinePlainArgs
>
Members
Constructors
Get
Routine
Plain
Args
Link copied to clipboard
constructor
(
datasetId
:
String
,
project
:
String
?
=
null
,
readMask
:
String
?
=
null
,
routineId
:
String
)
Properties
dataset
Id
Link copied to clipboard
val
datasetId
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
read
Mask
Link copied to clipboard
val
readMask
:
String
?
=
null
routine
Id
Link copied to clipboard
val
routineId
:
String
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetRoutinePlainArgs