ImageArtifactProfileResponse

data class ImageArtifactProfileResponse(val imageName: String? = null, val imageVersion: String? = null)

Image artifact profile.

Constructors

Link copied to clipboard
constructor(imageName: String? = null, imageVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val imageName: String? = null

Image name.

Link copied to clipboard
val imageVersion: String? = null

Image version.