Excluded Services Config Response
data class ExcludedServicesConfigResponse(val excludedServicesConfigId: String? = null, val excludedServicesList: String? = null)
The configuration that services will be excluded when creating cluster.
Constructors
Link copied to clipboard
fun ExcludedServicesConfigResponse(excludedServicesConfigId: String? = null, excludedServicesList: String? = null)