ClusterRecordResponse

data class ClusterRecordResponse(val displayName: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null, val spec: ClusterSpecEntityResponse? = null, val status: ClusterStatusEntityResponse? = null)

Record of the environment

Constructors

Link copied to clipboard
constructor(displayName: String? = null, id: String? = null, kind: String? = null, metadata: MetadataEntityResponse? = null, spec: ClusterSpecEntityResponse? = null, status: ClusterStatusEntityResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

Display name of the user

Link copied to clipboard
val id: String? = null

Id of the environment

Link copied to clipboard
val kind: String? = null

Type of environment

Link copied to clipboard

Metadata of the record

Link copied to clipboard

Specification of the cluster

Link copied to clipboard

Specification of the cluster