manual property

  1. @TagNumber(5)
bool get manual

Output only. This flag indicates whether this Backup resource was created manually by a user or via a schedule in the BackupPlan. A value of True means that the Backup was created manually.

Implementation

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

Implementation

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