ImageInfo

@Serializable
internal data class ImageInfo(val height: Int?, val width: Int?, val url: String?)(source)

Constructors

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

Properties

Link copied to clipboard
val height: Int?
Link copied to clipboard
val url: String?
Link copied to clipboard
val width: Int?