AppSpecFunctionGitArgs

data class AppSpecFunctionGitArgs(val branch: Output<String>? = null, val repoCloneUrl: Output<String>? = null) : ConvertibleToJava<AppSpecFunctionGitArgs>

Constructors

Link copied to clipboard
constructor(branch: Output<String>? = null, repoCloneUrl: Output<String>? = null)

Properties

Link copied to clipboard
val branch: Output<String>? = null

The name of the branch to use.

Link copied to clipboard
val repoCloneUrl: Output<String>? = null

The clone URL of the repo.

Functions

Link copied to clipboard
open override fun toJava(): AppSpecFunctionGitArgs