selectedApplications property

  1. @TagNumber.new(7)
NamespacedNames get 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.new(7)
set selectedApplications (NamespacedNames v)

Implementation

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