We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87925c commit 93f4947Copy full SHA for 93f4947
src/main/kotlin/com/coder/gateway/models/WorkspaceAgentModel.kt
@@ -7,6 +7,7 @@ import com.coder.gateway.sdk.v2.models.WorkspaceBuildTransition
7
8
data class WorkspaceAgentModel(
9
val name: String,
10
+ val templateName: String,
11
12
val jobStatus: ProvisionerJobStatus,
13
val buildTransition: WorkspaceBuildTransition,
0 commit comments