Cluster Network Entity Response
data class ClusterNetworkEntityResponse(val environment: String? = null, val id: String? = null, val related: String? = null, val resourceName: String? = null)
The network associated with this object
Constructors
Link copied to clipboard
fun ClusterNetworkEntityResponse(environment: String? = null, id: String? = null, related: String? = null, resourceName: String? = null)