ImageManifestSummaryImageData

@Serializable
data class ImageManifestSummaryImageData(val platform: OCIPlatform?, val containers: List<String>, val propertySize: ImageManifestSummaryImageDataSize)

The image data for the image manifest. This field is only populated when Kind is \"image\".

Parameters

platform
containers

The IDs of the containers that are using this image.

propertySize

Constructors

Link copied to clipboard
constructor(platform: OCIPlatform?, containers: List<String>, propertySize: ImageManifestSummaryImageDataSize)

Properties

Link copied to clipboard
@SerialName(value = "Containers")
@Required
val containers: List<String>
Link copied to clipboard
@SerialName(value = "Platform")
@Required
val platform: OCIPlatform?
Link copied to clipboard
@SerialName(value = "Size")
@Required
val propertySize: ImageManifestSummaryImageDataSize