WorkspaceMeta

@Serializable
data class WorkspaceMeta(val displayName: String, val id: UUID = UUID.randomUUID(), val path: Path)(source)

Constructors

Link copied to clipboard
constructor(displayName: String, id: UUID = UUID.randomUUID(), path: Path)

Properties

Link copied to clipboard
Link copied to clipboard
@Serializable(with = UuidSerializer::class)
val id: UUID
Link copied to clipboard
@Serializable(with = PathSerializer::class)
val path: Path