AppSpecFunctionGit

data class AppSpecFunctionGit(val branch: String? = null, val repoCloneUrl: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val branch: String? = null

The name of the branch to use.

Link copied to clipboard
val repoCloneUrl: String? = null

The clone URL of the repo.