core / com.vmadalin.core.network.responses / CharacterThumbnailResponse

CharacterThumbnailResponse

data class CharacterThumbnailResponse

Marvel API character thumbnail network response.

Parameters

path - The directory path of to the image.

extension - The file extension for the image.

Constructors

<init>

Marvel API character thumbnail network response.

CharacterThumbnailResponse(path: String, extension: String)

Properties

extension

The file extension for the image.

val extension: String

path

The directory path of to the image.

val path: String