Get Pages Project Result
data class GetPagesProjectResult(val accountId: String, val buildConfig: GetPagesProjectBuildConfig, val canonicalDeployment: GetPagesProjectCanonicalDeployment, val createdOn: String, val deploymentConfigs: GetPagesProjectDeploymentConfigs, val domains: List<String>, val id: String, val latestDeployment: GetPagesProjectLatestDeployment, val name: String, val productionBranch: String, val projectName: String, val source: GetPagesProjectSource, val subdomain: String)
A collection of values returned by getPagesProject.
Constructors
Link copied to clipboard
constructor(accountId: String, buildConfig: GetPagesProjectBuildConfig, canonicalDeployment: GetPagesProjectCanonicalDeployment, createdOn: String, deploymentConfigs: GetPagesProjectDeploymentConfigs, domains: List<String>, id: String, latestDeployment: GetPagesProjectLatestDeployment, name: String, productionBranch: String, projectName: String, source: GetPagesProjectSource, subdomain: String)
Properties
Link copied to clipboard
Configs for the project build process.
Link copied to clipboard
Most recent deployment to the repo.
Link copied to clipboard
Configs for deployments in a project.
Link copied to clipboard
Most recent deployment to the repo.
Link copied to clipboard
Production branch of the project. Used to identify production deployments.
Link copied to clipboard
Name of the project.
Link copied to clipboard