View Source GoogleApi.AnalyticsHub.V1.Model.DestinationDataset (google_api_analytics_hub v0.5.0)
Defines the destination bigquery dataset.
Attributes
-
datasetReference
(type:GoogleApi.AnalyticsHub.V1.Model.DestinationDatasetReference.t
, default:nil
) - Required. A reference that identifies the destination dataset. -
description
(type:String.t
, default:nil
) - Optional. A user-friendly description of the dataset. -
friendlyName
(type:String.t
, default:nil
) - Optional. A descriptive name for the dataset. -
labels
(type:map()
, default:nil
) - Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information. -
location
(type:String.t
, default:nil
) - Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AnalyticsHub.V1.Model.DestinationDataset{ datasetReference: GoogleApi.AnalyticsHub.V1.Model.DestinationDatasetReference.t() | nil, description: String.t() | nil, friendlyName: String.t() | nil, labels: map() | nil, location: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.