Last active
January 24, 2022 03:03
-
-
Save oharaandrew314/314af2c857c523022f9f8ed19ff30817 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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