environment property
model_types.proto's SDKEnvironment is the single environment vocabulary. Its zero is UNSPECIFIED, so an omitted field means unset, not "development": commons must fail closed rather than pick an environment.
Implementation
@$pb.TagNumber(1)
$1.SDKEnvironment get environment => $_getN(0);
Implementation
@$pb.TagNumber(1)
set environment($1.SDKEnvironment value) => $_setField(1, value);