dk.sdu.cloud.file.orchestrator.api.FileMetadataTemplateNamespace

UCloud Developer Guide / Orchestration of Resources / Storage / Metadata / Metadata Templates

FileMetadataTemplateNamespace

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

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

For more information go here.

Properties

Last updated