Pages Project Source Config
data class PagesProjectSourceConfig(val deploymentsEnabled: Boolean? = null, val owner: String? = null, val pathExcludes: List<String>? = null, val pathIncludes: List<String>? = null, val prCommentsEnabled: Boolean? = null, val previewBranchExcludes: List<String>? = null, val previewBranchIncludes: List<String>? = null, val previewDeploymentSetting: String? = null, val productionBranch: String? = null, val productionDeploymentsEnabled: Boolean? = null, val repoName: String? = null)
Constructors
Link copied to clipboard
constructor(deploymentsEnabled: Boolean? = null, owner: String? = null, pathExcludes: List<String>? = null, pathIncludes: List<String>? = null, prCommentsEnabled: Boolean? = null, previewBranchExcludes: List<String>? = null, previewBranchIncludes: List<String>? = null, previewDeploymentSetting: String? = null, productionBranch: String? = null, productionDeploymentsEnabled: Boolean? = null, repoName: String? = null)