dk.sdu.cloud.app.store.api.ApplicationSummaryWithFavorite

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

ApplicationSummaryWithFavorite

Applications specify the input parameters and invocation of a software package.

data class ApplicationSummaryWithFavorite(
    val metadata: ApplicationMetadata,
    val favorite: Boolean,
    val tags: List<String>,
)

For more information see the full documentation.

Properties

Last updated