ListingSubscriptionLinkedDatasetMap

data class ListingSubscriptionLinkedDatasetMap(val linkedDataset: String? = null, val listing: String? = null, val resourceName: String)

Constructors

Link copied to clipboard
constructor(linkedDataset: String? = null, listing: String? = null, resourceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val linkedDataset: String? = null

(Output) Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset

Link copied to clipboard
val listing: String? = null

(Output) Output only. Listing for which linked resource is created.

Link copied to clipboard

(Required) The identifier for this object. Format specified above.