ImageAssetResponse

data class ImageAssetResponse(val id: String? = null, val mimeType: String? = null, val unpack: Boolean? = null, val url: String? = null)

An Image asset.

Constructors

Link copied to clipboard
constructor(id: String? = null, mimeType: String? = null, unpack: Boolean? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The Asset Id.

Link copied to clipboard
val mimeType: String? = null

The mime type.

Link copied to clipboard
val unpack: Boolean? = null

Whether the Asset is unpacked.

Link copied to clipboard
val url: String? = null

The Url of the Asset.