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