GetImageResult

data class GetImageResult(val accountId: String, val filename: String, val id: String, val imageId: String, val meta: String, val requireSignedUrls: Boolean, val uploaded: String, val variants: List<String>)

A collection of values returned by getImage.

Constructors

Link copied to clipboard
constructor(accountId: String, filename: String, id: String, imageId: String, meta: String, requireSignedUrls: Boolean, uploaded: String, variants: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard

Image file name.

Link copied to clipboard
val id: String

Image unique identifier.

Link copied to clipboard

Image unique identifier.

Link copied to clipboard

User modifiable key-value store. Can be used for keeping references to another system of record for managing images. Metadata must not exceed 1024 bytes.

Link copied to clipboard

Indicates whether the image can be a accessed only using it's UID. If set to true, a signed token needs to be generated with a signing key to view the image.

Link copied to clipboard

When the media item was uploaded.

Link copied to clipboard

Object specifying available variants for an image.