artifactType property
High-level artifact classification, complementary to the artifact
oneof above. Allows catalog entries to carry a coarse type tag without
resolving the full strategy variant.
Implementation
@$pb.TagNumber(25)
ModelArtifactType get artifactType => $_getN(23);
Implementation
@$pb.TagNumber(25)
set artifactType(ModelArtifactType value) => $_setField(25, value);