Thumbnail

data class Thumbnail(val url: String, val width: String, val height: String)

Represents Keyframe thumbnail metadata.

Constructors

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

Properties

Link copied to clipboard

The height of the thumbnail.

Link copied to clipboard
val url: String

The URL to retrieve the thumbnail metadata.

Link copied to clipboard

The width of the thumbnail.