GetPagesProjectLatestDeploymentDeploymentTriggerMetadata

data class GetPagesProjectLatestDeploymentDeploymentTriggerMetadata(val branch: String, val commitHash: String, val commitMessage: String)

Constructors

constructor(branch: String, commitHash: String, commitMessage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Where the trigger happened.

Link copied to clipboard

Hash of the deployment trigger commit.

Link copied to clipboard

Message of the deployment trigger commit.