dk.sdu.cloud.file.orchestrator.api.OutgoingShareGroup

UCloud Developer Guide / Orchestration of Resources / Storage / Shares

OutgoingShareGroup

data class OutgoingShareGroup(
    val sourceFilePath: String,
    val storageProduct: ProductReference,
    val sharePreview: List<OutgoingShareGroup.Preview>,
)
Properties

Last updated