Listing constructor

Listing({
  1. BigQueryDatasetSource? bigqueryDataset,
  2. List<String>? categories,
  3. DataProvider? dataProvider,
  4. String? description,
  5. String? displayName,
  6. String? documentation,
  7. String? icon,
  8. String? name,
  9. String? primaryContact,
  10. Publisher? publisher,
  11. String? requestAccess,
  12. RestrictedExportConfig? restrictedExportConfig,
  13. String? state,
})

Implementation

Listing({
  this.bigqueryDataset,
  this.categories,
  this.dataProvider,
  this.description,
  this.displayName,
  this.documentation,
  this.icon,
  this.name,
  this.primaryContact,
  this.publisher,
  this.requestAccess,
  this.restrictedExportConfig,
  this.state,
});