SbeDeploymentPackageInfoResponse

data class SbeDeploymentPackageInfoResponse(val code: String, val message: String, val sbeManifest: String)

Solution builder extension (SBE) deployment package information.

Constructors

Link copied to clipboard
constructor(code: String, message: String, sbeManifest: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

SBE deployment validation code.

Link copied to clipboard

A detailed message that explains the SBE package validation result.

Link copied to clipboard

This represents discovered update results for matching updates and store it as SBE manifest.