We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b45d9 commit 4a845c9Copy full SHA for 4a845c9
1 file changed
src/main/kotlin/com/thoo/api/models/Budy.kt
@@ -5,5 +5,6 @@ class Budy(
5
val displayName: String,
6
val themeUuid: String?,
7
val displayIcon: String,
8
- val assetPath: String
+ val assetPath: String,
9
+ val isHiddenIfNotOwned: Boolean
10
)
0 commit comments