Get Workspace Result
data class GetWorkspaceResult(val azureApiVersion: String, val etag: String? = null, val id: String, val location: String? = null, val name: String, val properties: WorkspaceResponseProperties, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Workspace resource.