Skip to content

Instantly share code, notes, and snippets.

@ngallazzi
Last active January 8, 2021 14:56
Show Gist options
  • Save ngallazzi/97c271ee91bc0c9f98bce24cf86f2401 to your computer and use it in GitHub Desktop.
Save ngallazzi/97c271ee91bc0c9f98bce24cf86f2401 to your computer and use it in GitHub Desktop.
A simple data class for a volume entity
data class Volume(val id: String, val volumeInfo: VolumeInfo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment