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>
Constructors
Link copied to clipboard
fun AppSpecFunctionGithubArgs(branch: Output<String>? = null, deployOnPush: Output<Boolean>? = null, repo: Output<String>? = null)