dk.sdu.cloud.app.store.api.FindByNameAndPagination

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

FindByNameAndPagination

Request type to find a Page of resources defined by a name

data class FindByNameAndPagination(
    val appName: String,
    val itemsPerPage: Int?,
    val page: Int?,
)
Properties

Last updated