type property

  1. @TagNumber(1)
AppliedLicense_Type type

The license type that was used in OS adaptation.

Implementation

@$pb.TagNumber(1)
AppliedLicense_Type get type => $_getN(0);
  1. @TagNumber(1)
void type=(AppliedLicense_Type v)

Implementation

@$pb.TagNumber(1)
set type(AppliedLicense_Type v) { setField(1, v); }