Container Image Properties Response
data class ContainerImagePropertiesResponse(val dockerfile: String? = null, val id: String, val imageName: String? = null, val imageTag: String? = null, val registryProperties: ACRPropertiesResponse? = null, val runId: String? = null, val runStatus: String? = null)
Class for container image properties.