Skip to content

Instantly share code, notes, and snippets.

@ismailgungor
Created April 30, 2019 23:29
Show Gist options
  • Save ismailgungor/db5557d5774553e8d53db2f06fe212fc to your computer and use it in GitHub Desktop.
Save ismailgungor/db5557d5774553e8d53db2f06fe212fc to your computer and use it in GitHub Desktop.
data class User(
val createdAt: String? = null,
val isPro: Boolean? = null,
val name: String? = null,
val id: String? = null,
val avatar: String? = null,
val job: String? = null,
val username: String? = null
) : Serializable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment