selectedNamespaces property
A list of selected Namespaces to restore from the Backup. The listed Namespaces and all resources contained in them will be restored.
Implementation
@$pb.TagNumber(6)
Namespaces get selectedNamespaces => $_getN(5);
Implementation
@$pb.TagNumber(6)
set selectedNamespaces(Namespaces v) {
setField(6, v);
}