DestinationDataset constructor

DestinationDataset({
  1. DestinationDatasetReference? datasetReference,
  2. String? description,
  3. String? friendlyName,
  4. Map<String, String>? labels,
  5. String? location,
})

Implementation

DestinationDataset({
  this.datasetReference,
  this.description,
  this.friendlyName,
  this.labels,
  this.location,
});