dk.sdu.cloud.file.orchestrator.api.FilesProviderStreamingSearchRequest

UCloud Developer Guide / Orchestration of Resources / Storage / Provider APIs / Files / Ingoing API

FilesProviderStreamingSearchRequest

data class FilesProviderStreamingSearchRequest(
    val query: String,
    val owner: ResourceOwner,
    val flags: UFileIncludeFlags,
    val category: ProductCategoryId,
    val currentFolder: String?,
)
Properties

Last updated