Get Pages Project Canonical Deployment Source Config
data class GetPagesProjectCanonicalDeploymentSourceConfig(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)