artifacts property
- @TagNumber(2)
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);