artifactType property

  1. @TagNumber.new(25)
ModelArtifactType get artifactType

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);
  1. @TagNumber.new(25)
set artifactType (ModelArtifactType value)

Implementation

@$pb.TagNumber(25)
set artifactType(ModelArtifactType value) => $_setField(25, value);