selectedApplications property

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

Output only. If set, the list of ProtectedApplications whose resources were included in the Backup.

Implementation

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

Implementation

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