Get Organization Cluster By Id Result
data class GetOrganizationClusterByIdResult(val azureApiVersion: String, val id: String? = null, val kind: String? = null, val metadata: SCMetadataEntityResponse? = null, val name: String? = null, val spec: SCClusterSpecEntityResponse? = null, val status: ClusterStatusEntityResponse? = null, val type: String? = null)
Details of cluster record
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String? = null, kind: String? = null, metadata: SCMetadataEntityResponse? = null, name: String? = null, spec: SCClusterSpecEntityResponse? = null, status: ClusterStatusEntityResponse? = null, type: String? = null)