App Spec Job Image
data class AppSpecJobImage(val deployOnPushes: List<AppSpecJobImageDeployOnPush>? = null, val registry: String? = null, val registryType: String, val repository: String, val tag: String? = null)
Constructors
Link copied to clipboard
fun AppSpecJobImage(deployOnPushes: List<AppSpecJobImageDeployOnPush>? = null, registry: String? = null, registryType: String, repository: String, tag: String? = null)