PagesProjectSourceConfig

data class PagesProjectSourceConfig(val deploymentsEnabled: Boolean? = null, val owner: String? = null, val prCommentsEnabled: Boolean? = null, val previewBranchExcludes: List<String>? = null, val previewBranchIncludes: List<String>? = null, val previewDeploymentSetting: String? = null, val productionBranch: String, val productionDeploymentEnabled: Boolean? = null, val repoName: String? = null)

Constructors

Link copied to clipboard
constructor(deploymentsEnabled: Boolean? = null, owner: String? = null, prCommentsEnabled: Boolean? = null, previewBranchExcludes: List<String>? = null, previewBranchIncludes: List<String>? = null, previewDeploymentSetting: String? = null, productionBranch: String, productionDeploymentEnabled: Boolean? = null, repoName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val owner: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The name of the branch that is used for the production environment.

Link copied to clipboard
Link copied to clipboard
val repoName: String? = null