SdkVersionResponse

data class SdkVersionResponse(val sdkSupportStatus: String, val version: String, val versionDisplayName: String)

The version of the SDK used to run the job.

Constructors

Link copied to clipboard
fun SdkVersionResponse(sdkSupportStatus: String, version: String, versionDisplayName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The support status for this SDK version.

Link copied to clipboard

The version of the SDK used to run the job.

Link copied to clipboard

A readable string describing the version of the SDK.