Get Workspace Result
data class GetWorkspaceResult(val azureApiVersion: String, val description: String? = null, val id: String, val name: String, val systemData: SystemDataResponse, val title: String, val type: String)
Workspace entity.