FSSupport

API: Stable

data class FSSupport(
    val product: ProductReference,
    val stats: FSProductStatsSupport?,
    val collection: FSCollectionSupport?,
    val files: FSFileSupport?,
    val maintenance: Maintenance?,
)
Properties
product: ProductReference
stats: FSProductStatsSupport?
collection: FSCollectionSupport?
files: FSFileSupport?
maintenance: Maintenance?