artifactManifest property

  1. @TagNumber(4)
String get artifactManifest

Path to the artifact manifest. Only populated when artifacts are uploaded.

Implementation

@$pb.TagNumber(4)
$core.String get artifactManifest => $_getSZ(2);
  1. @TagNumber(4)
set artifactManifest (String v)

Implementation

@$pb.TagNumber(4)
set artifactManifest($core.String v) { $_setString(2, v); }