ProjectSource constructor

ProjectSource({
  1. Expr? bucketFilters,
  2. String? dryRunJobId,
  3. String? insightsDatasetConfig,
  4. Expr? objectFilters,
  5. String? project,
  6. String? snapshotTime,
  7. TargetLocations? targetLocations,
})

Implementation

ProjectSource({
  this.bucketFilters,
  this.dryRunJobId,
  this.insightsDatasetConfig,
  this.objectFilters,
  this.project,
  this.snapshotTime,
  this.targetLocations,
});