Region Record Response
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)