selectedApplications property

  1. @TagNumber(7)
NamespacedNames selectedApplications

A list of selected ProtectedApplications to restore. The listed ProtectedApplications and all the resources to which they refer will be restored.

Implementation

@$pb.TagNumber(7)
NamespacedNames get selectedApplications => $_getN(6);
  1. @TagNumber(7)
void selectedApplications=(NamespacedNames v)

Implementation

@$pb.TagNumber(7)
set selectedApplications(NamespacedNames v) { setField(7, v); }