ImageObject

@Serializable
data class ImageObject(val url: String, val height: Int?, val width: Int?)

Constructors

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

Properties

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