ListRegistryBuildSourceUploadUrlResult

data class ListRegistryBuildSourceUploadUrlResult(val relativePath: String? = null, val uploadUrl: String? = null)

The properties of a response to source upload request.

Constructors

Link copied to clipboard
constructor(relativePath: String? = null, uploadUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val relativePath: String? = null

The relative path to the source. This is used to submit the subsequent queue build request.

Link copied to clipboard
val uploadUrl: String? = null

The URL where the client can upload the source.