Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.36 KB

PullRequestRep.md

File metadata and controls

25 lines (22 loc) · 1.36 KB

# PullRequestRep

Properties

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]

[Back to Model list] [Back to API list] [Back to README]