GetPagesProjectsResult

data class GetPagesProjectsResult(val aliases: List<String>, val buildConfig: GetPagesProjectsResultBuildConfig, val createdOn: String, val deploymentTrigger: GetPagesProjectsResultDeploymentTrigger, val envVars: Map<String, GetPagesProjectsResultEnvVars>, val environment: String, val id: String, val isSkipped: Boolean, val latestStage: GetPagesProjectsResultLatestStage, val modifiedOn: String, val projectId: String, val projectName: String, val shortId: String, val source: GetPagesProjectsResultSource, val stages: List<GetPagesProjectsResultStage>, val url: String)

Constructors

Link copied to clipboard
constructor(aliases: List<String>, buildConfig: GetPagesProjectsResultBuildConfig, createdOn: String, deploymentTrigger: GetPagesProjectsResultDeploymentTrigger, envVars: Map<String, GetPagesProjectsResultEnvVars>, environment: String, id: String, isSkipped: Boolean, latestStage: GetPagesProjectsResultLatestStage, modifiedOn: String, projectId: String, projectName: String, shortId: String, source: GetPagesProjectsResultSource, stages: List<GetPagesProjectsResultStage>, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of alias URLs pointing to this deployment.

Link copied to clipboard

Configs for the project build process.

Link copied to clipboard

When the deployment was created.

Link copied to clipboard

Info about what caused the deployment.

Link copied to clipboard

Type of deploy. Available values: "preview", "production".

Link copied to clipboard

Environment variables used for builds and Pages Functions.

Link copied to clipboard
val id: String

Id of the deployment.

Link copied to clipboard

If the deployment has been skipped.

Link copied to clipboard

The status of the deployment.

Link copied to clipboard

When the deployment was last modified.

Link copied to clipboard

Id of the project.

Link copied to clipboard

Name of the project.

Link copied to clipboard

Short Id (8 character) of the deployment.

Link copied to clipboard
Link copied to clipboard

List of past stages.

Link copied to clipboard
val url: String

The live URL to view this deployment.