artifacts property

  1. @TagNumber(2)
PbList<BatchArtifactInput> get artifacts

Artifacts to attach to the created revision. An invalid artifact spec (bad name, duplicate name, >1 default) fails the whole row.

Implementation

@$pb.TagNumber(2)
$pb.PbList<BatchArtifactInput> get artifacts => $_getList(1);