ShareSupport

API: Internal/Stable

data class ShareSupport(
    val type: ShareType,
    val product: ProductReference,
    val maintenance: Maintenance?,
)
Properties
type: ShareType
product: ProductReference
maintenance: Maintenance?