BigQueryExportSettings constructor

BigQueryExportSettings({
  1. String? dataset,
  2. bool? enabled,
  3. String? project,
})

Implementation

BigQueryExportSettings({this.dataset, this.enabled, this.project});