getListing

Gets the details of a listing.

Return

null

Parameters

argument

null


suspend fun getListing(dataExchangeId: String, listingId: String, location: String, project: String? = null): GetListingResult

Return

null

Parameters

dataExchangeId
listingId
location
project

See also


suspend fun getListing(argument: suspend GetListingPlainArgsBuilder.() -> Unit): GetListingResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.analyticshub.v1.kotlin.inputs.GetListingPlainArgs.

See also