Skip to content

Instantly share code, notes, and snippets.

@oscarg798
Created April 24, 2020 18:06
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 oscarg798/b3e37a9b389aa2209d72ad0df417514c to your computer and use it in GitHub Desktop.
Save oscarg798/b3e37a9b389aa2209d72ad0df417514c to your computer and use it in GitHub Desktop.
data class ViewProduct(
val id: String,
val name: String,
val description: String,
val quantity: Int
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment