Get Workspace Result
data class GetWorkspaceResult(val description: String? = null, val id: String, val name: String, val systemData: SystemDataResponse, val title: String, val type: String)
Workspace entity.
Constructors
Link copied to clipboard
fun GetWorkspaceResult(description: String? = null, id: String, name: String, systemData: SystemDataResponse, title: String, type: String)