includeArtifactMetadata property

  1. @TagNumber(8)
bool get includeArtifactMetadata

Implementation

@$pb.TagNumber(8)
$core.bool get includeArtifactMetadata => $_getBF(7);
  1. @TagNumber(8)
set includeArtifactMetadata (bool value)

Implementation

@$pb.TagNumber(8)
set includeArtifactMetadata($core.bool value) => $_setBool(7, value);