dk.sdu.cloud.app.store.api.AppSearchRequest

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

AppSearchRequest

data class AppSearchRequest(
    val query: String,
    val itemsPerPage: Int?,
    val page: Int?,
)
Properties

Last updated