IngressSupport¶
data class IngressSupport(
val domainPrefix: String,
val domainSuffix: String,
val product: ProductReference,
val maintenance: Maintenance?,
)
Properties
domainPrefix: String
String
domainSuffix: String
String
product: ProductReference
ProductReference
maintenance: Maintenance?
Maintenance?