We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57c3a3 commit 83211afCopy full SHA for 83211af
src/main/kotlin/com/coder/gateway/sdk/v2/models/Workspace.kt
@@ -1,7 +1,6 @@
1
package com.coder.gateway.sdk.v2.models
2
3
import com.google.gson.annotations.SerializedName
4
-import java.time.Duration
5
import java.time.Instant
6
import java.util.UUID
7
@@ -20,5 +19,5 @@ data class Workspace(
20
19
@SerializedName("outdated") val outdated: Boolean,
21
@SerializedName("name") val name: String,
22
@SerializedName("autostart_schedule") val autostartSchedule: String,
23
- @SerializedName("ttl") val ttl: Duration,
+ @SerializedName("ttl") val ttl: Long,
24
)
0 commit comments