artifacts property
Artifacts produced by the build that should be uploaded upon successful completion of all build steps.
Implementation
@$pb.TagNumber(37)
Artifacts get artifacts => $_getN(21);
Implementation
@$pb.TagNumber(37)
set artifacts(Artifacts v) {
setField(37, v);
}