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