dk.sdu.cloud.file.orchestrator.api.Share

UCloud Developer Guide / Orchestration of Resources / Storage / Shares

Share

A Resource is the core data model used to synchronize tasks between UCloud and Provider.

data class Share(
    val id: String,
    val specification: Share.Spec,
    val createdAt: Long,
    val status: Share.Status,
    val updates: List<Share.Update>,
    val owner: ResourceOwner,
    val permissions: ResourcePermissions?,
    val providerGeneratedId: String?,
)

For more information go here.

Properties

Last updated