licenseType property

  1. @TagNumber(11)
ComputeEngineLicenseType licenseType

The license type to use in OS adaptation.

Implementation

@$pb.TagNumber(11)
ComputeEngineLicenseType get licenseType => $_getN(10);
  1. @TagNumber(11)
void licenseType=(ComputeEngineLicenseType v)

Implementation

@$pb.TagNumber(11)
set licenseType(ComputeEngineLicenseType v) { setField(11, v); }