PagesProjectCanonicalDeploymentDeploymentTriggerMetadata

data class PagesProjectCanonicalDeploymentDeploymentTriggerMetadata(val branch: String? = null, val commitHash: String? = null, val commitMessage: String? = null)

Constructors

constructor(branch: String? = null, commitHash: String? = null, commitMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val branch: String? = null

Where the trigger happened.

Link copied to clipboard
val commitHash: String? = null

Hash of the deployment trigger commit.

Link copied to clipboard
val commitMessage: String? = null

Message of the deployment trigger commit.