DatasetListDatasets constructor

DatasetListDatasets({
  1. DatasetReference? datasetReference,
  2. ExternalDatasetReference? externalDatasetReference,
  3. String? friendlyName,
  4. String? id,
  5. String? kind,
  6. Map<String, String>? labels,
  7. String? location,
})

Implementation

DatasetListDatasets({
  this.datasetReference,
  this.externalDatasetReference,
  this.friendlyName,
  this.id,
  this.kind,
  this.labels,
  this.location,
});