selectedNamespaces property

  1. @TagNumber(6)
Namespaces selectedNamespaces

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);
  1. @TagNumber(6)
void selectedNamespaces=(Namespaces v)

Implementation

@$pb.TagNumber(6)
set selectedNamespaces(Namespaces v) { setField(6, v); }