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