DatasetListDatasets constructor

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

Implementation

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