data class CharacterThumbnailResponse
Marvel API character thumbnail network response.
path - The directory path of to the image.
extension - The file extension for the image.
<init> |
Marvel API character thumbnail network response. CharacterThumbnailResponse(path: String, extension: String) |
extension |
The file extension for the image. val extension: String |
path |
The directory path of to the image. val path: String |