allNamespaces property

  1. @TagNumber(12)
bool allNamespaces

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

Implementation

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

Implementation

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