DatasetListDatasets constructor
DatasetListDatasets({
- DatasetReference? datasetReference,
- ExternalDatasetReference? externalDatasetReference,
- String? friendlyName,
- String? id,
- String? kind,
- Map<
String, String> ? labels, - String? location,
Implementation
DatasetListDatasets({
this.datasetReference,
this.externalDatasetReference,
this.friendlyName,
this.id,
this.kind,
this.labels,
this.location,
});