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 2291e46 commit 5d0a7fdCopy full SHA for 5d0a7fd
src/main/kotlin/com/nylas/models/Environment.kt
@@ -11,4 +11,7 @@ enum class Environment {
11
12
@Json(name = "staging")
13
STAGING,
14
+
15
+ @Json(name = "sandbox")
16
+ SANDBOX,
17
}
0 commit comments