ArtifactResource interface
Properties
data | Type-specific data about the artifact. |
download |
A link to download the resource. |
properties | Type-specific properties of the artifact. |
type | The type of the resource: File container, version control folder, UNC path, etc. |
url | The full http link to the resource. |
Property Details
data
Type-specific data about the artifact.
data: string
Property Value
string
downloadUrl
A link to download the resource.
downloadUrl: string
Property Value
string
properties
Type-specific properties of the artifact.
properties: {[key: string]: string}
Property Value
{[key: string]: string}
type
The type of the resource: File container, version control folder, UNC path, etc.
type: string
Property Value
string
url
The full http link to the resource.
url: string
Property Value
string