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