ThumbnailResolution

data class ThumbnailResolution(val url: String, val width: Int, val height: Int, val tag: String)(source)

썸네일 이미지 해상도별 정보

Constructors

Link copied to clipboard
constructor(url: String, width: Int, height: Int, tag: String)

Properties

Link copied to clipboard
val height: Int

이미지 높이 (픽셀)

Link copied to clipboard
val tag: String

태그 (예: "140x140", "original")

Link copied to clipboard
val url: String

이미지 URL

Link copied to clipboard
val width: Int

이미지 너비 (픽셀)