Skip to content

Instantly share code, notes, and snippets.

@Raiden18
Last active May 31, 2022 19:07
Show Gist options
  • Save Raiden18/a7ecf98616ad9066a10c0af0851f90ef to your computer and use it in GitHub Desktop.
Save Raiden18/a7ecf98616ad9066a10c0af0851f90ef to your computer and use it in GitHub Desktop.
data class YourModelResponse(
@SerializedName("field1")
val field1: String,
@SerializedName("field2")
val field2: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment