ImageReferenceResponse

data class ImageReferenceResponse(val exactVersion: String, val id: String? = null)

Image reference information

Constructors

Link copied to clipboard
constructor(exactVersion: String, id: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.

Link copied to clipboard
val id: String? = null

Image ID, or Image version ID. When Image ID is provided, its latest version will be used.