allNamespaces property

  1. @TagNumber(5)
bool get allNamespaces

Restore all namespaced resources in the Backup if set to "True". Specifying this field to "False" is an error.

Implementation

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

Implementation

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