SourceUploadedUserSourceInfoResponse

data class SourceUploadedUserSourceInfoResponse(val artifactSelector: String? = null, val relativePath: String? = null, val runtimeVersion: String? = null, val type: String, val version: String? = null)

Uploaded Java source code binary for a deployment

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.

Link copied to clipboard
val relativePath: String? = null

Relative path of the storage which stores the source

Link copied to clipboard
val runtimeVersion: String? = null

Runtime version of the source file

Link copied to clipboard

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

Link copied to clipboard
val version: String? = null

Version of the source