Listing constructor
Listing({
- BigQueryDatasetSource? bigqueryDataset,
- List<
String> ? categories, - GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo? commercialInfo,
- DataProvider? dataProvider,
- String? description,
- String? discoveryType,
- String? displayName,
- String? documentation,
- String? icon,
- bool? logLinkedDatasetQueryUserEmail,
- String? name,
- String? primaryContact,
- Publisher? publisher,
- PubSubTopicSource? pubsubTopic,
- String? requestAccess,
- String? resourceType,
- RestrictedExportConfig? restrictedExportConfig,
- 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,
});