appliedLicense property

  1. @TagNumber(12)
AppliedLicense appliedLicense

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

Implementation

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

Implementation

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