Skip to content

Instantly share code, notes, and snippets.

@Raiden18
Last active June 1, 2022 18:46
Show Gist options
  • Save Raiden18/68f7317dae0f0430a39e372ce46a4a9a to your computer and use it in GitHub Desktop.
Save Raiden18/68f7317dae0f0430a39e372ce46a4a9a to your computer and use it in GitHub Desktop.
data class IconResponse(
@SerializedName("type")
val type: IconTypeEnum,
@SerializedName("name")
val name: String?,
@SerializedName("url")
val url: String?
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment