core / com.vmadalin.core.network.responses / CharacterResponse

CharacterResponse

data class CharacterResponse

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.

Constructors

<init>

Marvel API character network response item.

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

Properties

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