archiveType property
For archive artifacts, the concrete archive format (ZIP, TAR_GZ, ...). For single-file or directory artifacts this is ARCHIVE_TYPE_UNSPECIFIED.
Implementation
@$pb.TagNumber(2)
ArchiveType get archiveType => $_getN(1);
Implementation
@$pb.TagNumber(2)
set archiveType(ArchiveType value) => $_setField(2, value);