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