GetTestBaseAccountFileUploadUrlResult

data class GetTestBaseAccountFileUploadUrlResult(val blobPath: String, val uploadUrl: String)

The URL response

Constructors

Link copied to clipboard
constructor(blobPath: String, uploadUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The blob path of the uploaded package. It will be used as the 'blobPath' property of PackageResource.

Link copied to clipboard

The URL used for uploading the package.