data class CharacterResponse
Marvel API character network response item.
id - The unique ID of the character resource.
name - The name of the character.
description - A short bio or description of the character.
thumbnail - The representative image for this character.
<init> | 
 Marvel API character network response item. CharacterResponse(id: Long, name: String, description: String, thumbnail: CharacterThumbnailResponse) | 
description | 
 A short bio or description of the character. val description: String | 
id | 
 The unique ID of the character resource. val id: Long | 
name | 
 The name of the character. val name: String | 
thumbnail | 
 The representative image for this character. val thumbnail: CharacterThumbnailResponse |