UploadedUserSourceInfo interface

Source with uploaded location

Extends

Properties

relativePath

Relative path of the storage which stores the source

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

version

Version of the source

Property Details

relativePath

Relative path of the storage which stores the source

relativePath?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Jar" | "NetCoreZip" | "Source" | "UploadedUserSourceInfo" | "War"

Property Value

"Jar" | "NetCoreZip" | "Source" | "UploadedUserSourceInfo" | "War"

Inherited Property Details

version

Version of the source

version?: string

Property Value

string

Inherited From UserSourceInfo.version