| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The pull request internal ID | |
| external_id | string | The pull request number | |
| title | string | The pull request title | |
| status | string | The pull request status | |
| author | string | The pull request author | |
| create_time | int | ||
| merge_time | int | [optional] | |
| merge_commit_key | string | The pull request merge commit key | [optional] |
| base_commit_key | string | The pull request base commit key | |
| head_commit_key | string | The pull request head commit key | |
| files_changed | int | The number of files changed | |
| lines_added | int | The number of lines added | |
| lines_deleted | int | The number of lines deleted | |
| url | string | The pull request URL | |
| deployments | \LaunchDarklyApi\Model\DeploymentCollectionRep | [optional] | |
| flag_references | \LaunchDarklyApi\Model\FlagReferenceCollectionRep | [optional] | |
| lead_time | \LaunchDarklyApi\Model\PullRequestLeadTimeRep | [optional] |
This repository was archived by the owner on Feb 3, 2026. It is now read-only.