Listing constructor

Listing({
  1. BigQueryDatasetSource? bigqueryDataset,
  2. List<String>? categories,
  3. GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo? commercialInfo,
  4. DataProvider? dataProvider,
  5. String? description,
  6. String? discoveryType,
  7. String? displayName,
  8. String? documentation,
  9. String? icon,
  10. bool? logLinkedDatasetQueryUserEmail,
  11. String? name,
  12. String? primaryContact,
  13. Publisher? publisher,
  14. PubSubTopicSource? pubsubTopic,
  15. String? requestAccess,
  16. String? resourceType,
  17. RestrictedExportConfig? restrictedExportConfig,
  18. String? state,
})

Implementation

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