Skip to content

Instantly share code, notes, and snippets.

@SamueldaCostaAraujoNunes
Created July 30, 2021 14:26
Show Gist options
  • Save SamueldaCostaAraujoNunes/7950ad49986a352a100026a146bad759 to your computer and use it in GitHub Desktop.
Save SamueldaCostaAraujoNunes/7950ad49986a352a100026a146bad759 to your computer and use it in GitHub Desktop.
package br.com.samuelnunes.rickandmortyapp.data.entities
data class CharacterList(
val info: Info,
val results: List<Character>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment