GetAppSpecFunctionGitlab

data class GetAppSpecFunctionGitlab(val branch: String? = null, val deployOnPush: Boolean? = null, val repo: String? = null)

Constructors

Link copied to clipboard
constructor(branch: String? = null, deployOnPush: Boolean? = null, repo: 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 deployOnPush: Boolean? = null

Whether to automatically deploy new commits made to the repo.

Link copied to clipboard
val repo: String? = null

The name of the repo in the format owner/repo.