InvocationConfig constructor

InvocationConfig({
  1. bool? fullyRefreshIncrementalTablesEnabled,
  2. List<String>? includedTags,
  3. List<Target>? includedTargets,
  4. String? queryPriority,
  5. String? serviceAccount,
  6. bool? transitiveDependenciesIncluded,
  7. bool? transitiveDependentsIncluded,
})

Implementation

InvocationConfig({
  this.fullyRefreshIncrementalTablesEnabled,
  this.includedTags,
  this.includedTargets,
  this.queryPriority,
  this.serviceAccount,
  this.transitiveDependenciesIncluded,
  this.transitiveDependentsIncluded,
});