core / com.vmadalin.core.network.responses / CharacterResponse / <init>

<init>

CharacterResponse(id: Long, name: String, description: String, thumbnail: CharacterThumbnailResponse)

Marvel API character network response item.

Parameters

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.