Docker Image Response
data class DockerImageResponse(val dockerImageUri: String, val dockerSpecificationType: String, val platform: DockerImagePlatformResponse? = null)
Class to represent configuration settings for Docker Build
Constructors
Link copied to clipboard
constructor(dockerImageUri: String, dockerSpecificationType: String, platform: DockerImagePlatformResponse? = null)