PagesProjectLatestDeployment

data class PagesProjectLatestDeployment(val aliases: List<String>? = null, val buildConfig: PagesProjectLatestDeploymentBuildConfig? = null, val createdOn: String? = null, val deploymentTrigger: PagesProjectLatestDeploymentDeploymentTrigger? = null, val envVars: Map<String, PagesProjectLatestDeploymentEnvVars>? = null, val environment: String? = null, val id: String? = null, val isSkipped: Boolean? = null, val latestStage: PagesProjectLatestDeploymentLatestStage? = null, val modifiedOn: String? = null, val projectId: String? = null, val projectName: String? = null, val shortId: String? = null, val source: PagesProjectLatestDeploymentSource? = null, val stages: List<PagesProjectLatestDeploymentStage>? = null, val url: String? = null)

Constructors

Link copied to clipboard
constructor(aliases: List<String>? = null, buildConfig: PagesProjectLatestDeploymentBuildConfig? = null, createdOn: String? = null, deploymentTrigger: PagesProjectLatestDeploymentDeploymentTrigger? = null, envVars: Map<String, PagesProjectLatestDeploymentEnvVars>? = null, environment: String? = null, id: String? = null, isSkipped: Boolean? = null, latestStage: PagesProjectLatestDeploymentLatestStage? = null, modifiedOn: String? = null, projectId: String? = null, projectName: String? = null, shortId: String? = null, source: PagesProjectLatestDeploymentSource? = null, stages: List<PagesProjectLatestDeploymentStage>? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aliases: List<String>? = null

A list of alias URLs pointing to this deployment.

Link copied to clipboard

Configs for the project build process.

Link copied to clipboard
val createdOn: String? = null

When the deployment was created.

Link copied to clipboard

Info about what caused the deployment.

Link copied to clipboard
val environment: String? = null

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? = null

Id of the deployment.

Link copied to clipboard
val isSkipped: Boolean? = null

If the deployment has been skipped.

Link copied to clipboard

The status of the deployment.

Link copied to clipboard
val modifiedOn: String? = null

When the deployment was last modified.

Link copied to clipboard
val projectId: String? = null

Id of the project.

Link copied to clipboard
val projectName: String? = null

Name of the project.

Link copied to clipboard
val shortId: String? = null

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? = null

The live URL to view this deployment.