ListingSubscriptionDestinationDataset

data class ListingSubscriptionDestinationDataset(val datasetReference: ListingSubscriptionDestinationDatasetDatasetReference, val description: String? = null, val friendlyName: String? = null, val labels: Map<String, String>? = null, val location: String)

Constructors

Link copied to clipboard
constructor(datasetReference: ListingSubscriptionDestinationDatasetDatasetReference, description: String? = null, friendlyName: String? = null, labels: Map<String, String>? = null, location: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A reference that identifies the destination dataset. Structure is documented below.

Link copied to clipboard
val description: String? = null

A user-friendly description of the dataset.

Link copied to clipboard
val friendlyName: String? = null

A descriptive name for the dataset.

Link copied to clipboard
val labels: Map<String, String>? = null

The labels associated with this dataset. You can use these to organize and group your datasets.

Link copied to clipboard

The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.