toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.analyticshub.v1beta1.kotlin.inputs
/
GetListingPlainArgs
Get
Listing
Plain
Args
data
class
GetListingPlainArgs
(
val
dataExchangeId
:
String
,
val
listingId
:
String
,
val
location
:
String
,
val
project
:
String
?
=
null
)
:
ConvertibleToJava
<
GetListingPlainArgs
>
Members
Constructors
Get
Listing
Plain
Args
Link copied to clipboard
constructor
(
dataExchangeId
:
String
,
listingId
:
String
,
location
:
String
,
project
:
String
?
=
null
)
Properties
data
Exchange
Id
Link copied to clipboard
val
dataExchangeId
:
String
listing
Id
Link copied to clipboard
val
listingId
:
String
location
Link copied to clipboard
val
location
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetListingPlainArgs