Pages Project Deployment Configs
data class PagesProjectDeploymentConfigs(val preview: PagesProjectDeploymentConfigsPreview, val production: PagesProjectDeploymentConfigsProduction)
Constructors
Link copied to clipboard
constructor(preview: PagesProjectDeploymentConfigsPreview, production: PagesProjectDeploymentConfigsProduction)