Skip to content

Instantly share code, notes, and snippets.

@ngallazzi
Created January 8, 2021 14:59
Show Gist options
  • Save ngallazzi/6351ecf0958f83c22bc7d7e97d96467f to your computer and use it in GitHub Desktop.
Save ngallazzi/6351ecf0958f83c22bc7d7e97d96467f to your computer and use it in GitHub Desktop.
data class VolumeInfo(
val title: String,
val authors: List<String>,
val imageUrl: String?
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment