GetPagesProjectSourceConfig

data class GetPagesProjectSourceConfig(val deploymentsEnabled: Boolean, val owner: String, val pathExcludes: List<String>, val pathIncludes: List<String>, val prCommentsEnabled: Boolean, val previewBranchExcludes: List<String>, val previewBranchIncludes: List<String>, val previewDeploymentSetting: String, val productionBranch: String, val productionDeploymentsEnabled: Boolean, val repoName: String)

Constructors

Link copied to clipboard
constructor(deploymentsEnabled: Boolean, owner: String, pathExcludes: List<String>, pathIncludes: List<String>, prCommentsEnabled: Boolean, previewBranchExcludes: List<String>, previewBranchIncludes: List<String>, previewDeploymentSetting: String, productionBranch: String, productionDeploymentsEnabled: Boolean, repoName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Available values: "all", "none", "custom".

Link copied to clipboard
Link copied to clipboard