Cluster Environment Entity Response
data class ClusterEnvironmentEntityResponse(val environment: String? = null, val id: String? = null, val related: String? = null, val resourceName: String? = null)
The environment to which cluster belongs
Constructors
Link copied to clipboard
fun ClusterEnvironmentEntityResponse(environment: String? = null, id: String? = null, related: String? = null, resourceName: String? = null)