dk.sdu.cloud.app.store.api.TagSearchRequest

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

TagSearchRequest

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

Last updated