GetPagesProjectResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

Configs for the project build process.

Link copied to clipboard

Most recent deployment to the repo.

Link copied to clipboard

When the project was created.

Link copied to clipboard

Configs for deployments in a project.

Link copied to clipboard

A list of associated custom domains for the project.

Link copied to clipboard
val id: String

Id of the project.

Link copied to clipboard

Most recent deployment to the repo.

Link copied to clipboard

Name of the project.

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
Link copied to clipboard

The Cloudflare subdomain associated with the project.