toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.pubsub.v1.kotlin.inputs
/
GetSchemaPlainArgs
Get
Schema
Plain
Args
data
class
GetSchemaPlainArgs
(
val
project
:
String
?
=
null
,
val
schemaId
:
String
,
val
view
:
String
?
=
null
)
:
ConvertibleToJava
<
GetSchemaPlainArgs
>
Members
Constructors
Get
Schema
Plain
Args
Link copied to clipboard
constructor
(
project
:
String
?
=
null
,
schemaId
:
String
,
view
:
String
?
=
null
)
Properties
project
Link copied to clipboard
val
project
:
String
?
=
null
schema
Id
Link copied to clipboard
val
schemaId
:
String
view
Link copied to clipboard
val
view
:
String
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetSchemaPlainArgs