artifactManifest property
Path to the artifact manifest. Only populated when artifacts are uploaded.
Implementation
@$pb.TagNumber(4)
$core.String get artifactManifest => $_getSZ(2);
Implementation
@$pb.TagNumber(4)
set artifactManifest($core.String v) { $_setString(2, v); }