url property

  1. @TagNumber.new(1)
String get url

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);
  1. @TagNumber.new(1)
set url (String value)

Implementation

@$pb.TagNumber(1)
set url($core.String value) => $_setString(0, value);