ThumbnailResponse

data class ThumbnailResponse(@Json(name = "image_url") val imageUrl: String)

Parameters

imageUrl

Constructors

Link copied to clipboard
constructor(@Json(name = "image_url") imageUrl: String)

Properties

Link copied to clipboard