selectedApplications property

  1. @TagNumber.new(3)
NamespacedNames get selectedApplications

If set, include just the resources referenced by the listed ProtectedApplications.

Implementation

@$pb.TagNumber(3)
NamespacedNames get selectedApplications => $_getN(2);
  1. @TagNumber.new(3)
set selectedApplications (NamespacedNames v)

Implementation

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