NetCoreZipUploadedUserSourceInfoResponse

data class NetCoreZipUploadedUserSourceInfoResponse(val netCoreMainEntryPath: String? = null, val relativePath: String? = null, val runtimeVersion: String? = null, val type: String, val version: String? = null)

Uploaded Jar binary for a deployment

Constructors

Link copied to clipboard
constructor(netCoreMainEntryPath: 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

The path to the .NET executable relative to zip root

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 .Net file

Link copied to clipboard

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

Link copied to clipboard
val version: String? = null

Version of the source