allNamespaces property
If True, include all namespaced resources
Implementation
@$pb.TagNumber(1)
$core.bool get allNamespaces => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set allNamespaces($core.bool v) {
$_setBool(0, v);
}
If True, include all namespaced resources
@$pb.TagNumber(1)
$core.bool get allNamespaces => $_getBF(0);
@$pb.TagNumber(1)
set allNamespaces($core.bool v) {
$_setBool(0, v);
}