dk.sdu.cloud.app.store.api.AppStoreSection

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

AppStoreSection

data class AppStoreSection(
    val id: Int,
    val name: String,
    val featured: List<ApplicationGroup>,
    val items: List<ApplicationGroup>,
)
Properties

Last updated