App Spec Service Gitlab Args
data class AppSpecServiceGitlabArgs(val branch: Output<String>? = null, val deployOnPush: Output<Boolean>? = null, val repo: Output<String>? = null) : ConvertibleToJava<AppSpecServiceGitlabArgs>