Skip to content

Instantly share code, notes, and snippets.

@aligkts
Created June 23, 2019 18:48
Show Gist options
  • Save aligkts/e7eec4d1f9b5d3fa8507e64febecb1c2 to your computer and use it in GitHub Desktop.
Save aligkts/e7eec4d1f9b5d3fa8507e64febecb1c2 to your computer and use it in GitHub Desktop.
data class UserResponse(
@field:SerializedName("documents")
val documents: List<DocumentsItem?>? = null
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment