appliedLicense property

  1. @TagNumber.new(12)
AppliedLicense get appliedLicense

Output only. The OS license returned from the adaptation module report.

Implementation

@$pb.TagNumber(12)
AppliedLicense get appliedLicense => $_getN(11);
  1. @TagNumber.new(12)
set appliedLicense (AppliedLicense v)

Implementation

@$pb.TagNumber(12)
set appliedLicense(AppliedLicense v) {
  setField(12, v);
}