DatasetListDatasets constructor

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

Implementation

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