ListingSubscriptionDestinationDatasetDatasetReference

data class ListingSubscriptionDestinationDatasetDatasetReference(val datasetId: String, val projectId: String)

Constructors

constructor(datasetId: String, projectId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

Link copied to clipboard

The ID of the project containing this dataset.