Skip to content

Instantly share code, notes, and snippets.

@mitrejcevski
Created January 22, 2020 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitrejcevski/eff3e55a81f6551acd13ea2a0bd132c7 to your computer and use it in GitHub Desktop.
Save mitrejcevski/eff3e55a81f6551acd13ea2a0bd132c7 to your computer and use it in GitHub Desktop.
data class User(
val userId: UUID,
val firstName: String,
val lastName: String,
val age: Int,
val location: Location
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment