dk.sdu.cloud.app.store.api.AdvancedSearchRequest

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

AdvancedSearchRequest

data class AdvancedSearchRequest(
    val query: String?,
    val tags: List<String>?,
    val showAllVersions: Boolean,
    val itemsPerPage: Int?,
    val page: Int?,
)
Properties

Last updated