Source Trigger Descriptor Response
data class SourceTriggerDescriptorResponse(val branchName: String? = null, val commitId: String? = null, val eventType: String? = null, val id: String? = null, val providerType: String? = null, val pullRequestId: String? = null, val repositoryUrl: String? = null)
The source trigger that caused a run.