selectedNamespaces property
Output only. If set, the list of namespaces that were included in the Backup.
Implementation
@$pb.TagNumber(13)
Namespaces get selectedNamespaces => $_getN(12);
Implementation
@$pb.TagNumber(13)
set selectedNamespaces(Namespaces v) {
setField(13, v);
}