SourceUploadDefinition interface
The properties of a response to source upload request.
Properties
relative |
The relative path to the source. This is used to submit the subsequent queue build request. |
upload |
The URL where the client can upload the source. |
Property Details
relativePath
The relative path to the source. This is used to submit the subsequent queue build request.
relativePath?: string
Property Value
string
uploadUrl
The URL where the client can upload the source.
uploadUrl?: string
Property Value
string