UploadedUserSourceInfo interface
Source with uploaded location
- Extends
Properties
relative |
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"