paused property

  1. @TagNumber(2)
bool get paused

This flag denotes whether automatic Backup creation is paused for this BackupPlan.

Default: False

Implementation

@$pb.TagNumber(2)
$core.bool get paused => $_getBF(1);
  1. @TagNumber(2)
set paused (bool v)

Implementation

@$pb.TagNumber(2)
set paused($core.bool v) { $_setBool(1, v); }