ImageResource

@Serializable
data class ImageResource(val url: String, val width: Int? = null, val height: Int? = null)

图片资源。

Constructors

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

Properties

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