UploadedUserSourceInfoResponse

data class UploadedUserSourceInfoResponse(val relativePath: String? = null, val type: String, val version: String? = null)

Source with uploaded location

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val relativePath: String? = null

Relative path of the storage which stores the source

Link copied to clipboard

Type of the source uploaded Expected value is 'UploadedUserSourceInfo'.

Link copied to clipboard
val version: String? = null

Version of the source