allNamespaces property

  1. @TagNumber.new(12)
bool get allNamespaces

Output only. If True, all namespaces were included in the Backup.

Implementation

@$pb.TagNumber(12)
$core.bool get allNamespaces => $_getBF(11);
  1. @TagNumber.new(12)
set allNamespaces (bool v)

Implementation

@$pb.TagNumber(12)
set allNamespaces($core.bool v) {
  $_setBool(11, v);
}