Skip to content

Instantly share code, notes, and snippets.

@oharaandrew314
Last active January 24, 2022 03:03
Show Gist options
  • Save oharaandrew314/314af2c857c523022f9f8ed19ff30817 to your computer and use it in GitHub Desktop.
Save oharaandrew314/314af2c857c523022f9f8ed19ff30817 to your computer and use it in GitHub Desktop.
data class Pet(
val id: Long,
val name: String,
val photoUrls: List<String>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment