ServiceImageRepository

data class ServiceImageRepository(val imageConfiguration: ServiceImageConfiguration? = null, val imageIdentifier: String, val imageRepositoryType: ServiceImageRepositoryImageRepositoryType)

Image Repository

Constructors

Link copied to clipboard
constructor(imageConfiguration: ServiceImageConfiguration? = null, imageIdentifier: String, imageRepositoryType: ServiceImageRepositoryImageRepositoryType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for running the identified image.

Link copied to clipboard

Image Identifier

Link copied to clipboard