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

UCloud Developer Guide / Orchestration of Resources / Storage / Shares

OutgoingShareGroup.Preview

data class Preview(
    val sharedWith: String,
    val permissions: List<Permission>,
    val state: Share.State,
    val shareId: String,
)
Properties

Last updated