selectedApplications property

  1. @TagNumber(3)
NamespacedNames selectedApplications

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

Implementation

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

Implementation

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