RegionRecordResponse

data class RegionRecordResponse(val id: String? = null, val kind: String? = null, val metadata: SCMetadataEntityResponse? = null, val spec: RegionSpecEntityResponse? = null)

Details of region record

Constructors

Link copied to clipboard
constructor(id: String? = null, kind: String? = null, metadata: SCMetadataEntityResponse? = null, spec: RegionSpecEntityResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Id of the cluster

Link copied to clipboard
val kind: String? = null

Kind of the cluster

Link copied to clipboard

Metadata of the record

Link copied to clipboard

Specification of the region