ListingSubscriptionDestinationDatasetArgs

data class ListingSubscriptionDestinationDatasetArgs(val datasetReference: Output<ListingSubscriptionDestinationDatasetDatasetReferenceArgs>, val description: Output<String>? = null, val friendlyName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>) : ConvertibleToJava<ListingSubscriptionDestinationDatasetArgs>

Constructors

constructor(datasetReference: Output<ListingSubscriptionDestinationDatasetDatasetReferenceArgs>, description: Output<String>? = null, friendlyName: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>)

Properties

Link copied to clipboard

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

Link copied to clipboard
val description: Output<String>? = null

A user-friendly description of the dataset.

Link copied to clipboard
val friendlyName: Output<String>? = null

A descriptive name for the dataset.

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

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

Link copied to clipboard
val location: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ListingSubscriptionDestinationDatasetArgs