UserSourceInfo interface
Source information for a deployment
Properties
| type | Polymorphic discriminator, which specifies the different types this object can be |
| version | Version of the source |
Property Details
type
Polymorphic discriminator, which specifies the different types this object can be
type: "BuildResult" | "Container" | "Jar" | "NetCoreZip" | "Source" | "UploadedUserSourceInfo"
Property Value
"BuildResult" | "Container" | "Jar" | "NetCoreZip" | "Source" | "UploadedUserSourceInfo"
version
Version of the source
version?: string
Property Value
string