enableBackfill property

  1. @TagNumber(5)
bool get enableBackfill

When true, pipeline runs will be scheduled for the organization's past data.

Implementation

@$pb.TagNumber(5)
$core.bool get enableBackfill => $_getBF(4);
  1. @TagNumber(5)
set enableBackfill (bool v)

Implementation

@$pb.TagNumber(5)
set enableBackfill($core.bool v) { $_setBool(4, v); }