Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created April 20, 2020 00:38
Show Gist options
  • Save markchristopherng/6ef218517c52a9d89c5924376a15c0d2 to your computer and use it in GitHub Desktop.
Save markchristopherng/6ef218517c52a9d89c5924376a15c0d2 to your computer and use it in GitHub Desktop.
import kotlinx.serialization.Serializable
@Serializable
class GeofencingResponse(val id: String, val accessCode: String, val nickname: String?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment