url property
Required. Download URL or file path. Used both as the metadata field and as input to artifact-type inference (zip/tar.gz/tgz/... → archive, anything else → single_file).
Implementation
@$pb.TagNumber(1)
$core.String get url => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set url($core.String value) => $_setString(0, value);