ClusterAvailableVersionResponse

data class ClusterAvailableVersionResponse(val supportExpiryDate: String, val targetClusterVersion: String)

Constructors

Link copied to clipboard
constructor(supportExpiryDate: String, targetClusterVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The last date the version of the platform is supported.

Link copied to clipboard

The version of the cluster to be deployed.