enableBackfill property
- @TagNumber(5)
When true, pipeline runs will be scheduled for the organization's past data.
Implementation
@$pb.TagNumber(5)
$core.bool get enableBackfill => $_getBF(4);
- @TagNumber(5)
Implementation
@$pb.TagNumber(5)
set enableBackfill($core.bool v) { $_setBool(4, v); }