filename property
The name of the file of the generic artifact to be uploaded.
E.g. example-file.zip
The filename is limited to letters, numbers, and
url safe characters, i.e. [a-zA-Z0-9-_.~@].
Implementation
core.String? filename;
The name of the file of the generic artifact to be uploaded.
E.g. example-file.zip
The filename is limited to letters, numbers, and
url safe characters, i.e. [a-zA-Z0-9-_.~@].
core.String? filename;