dk.sdu.cloud.file.orchestrator.api.FilesStreamingSearchResult.Result

UCloud Developer Guide / Orchestration of Resources / Storage / Files

FilesStreamingSearchResult.Result

data class Result(
    val batch: List<UFile>,
    val type: String /* "result" */,
)
Properties

Last updated