Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 1.04 KB

File metadata and controls

16 lines (13 loc) · 1.04 KB

# PullRequestLeadTimeRep

Properties

Name Type Description Notes
coding_duration_ms int The coding duration in milliseconds
review_duration_ms int The review duration in milliseconds [optional]
max_wait_duration_ms int The max wait duration between merge time and deploy start time in milliseconds [optional]
avg_wait_duration_ms int The average wait duration between merge time and deploy start time in milliseconds [optional]
max_deploy_duration_ms int The max deploy duration in milliseconds [optional]
avg_deploy_duration_ms int The average deploy duration in milliseconds [optional]
max_total_lead_time_ms int The max total lead time in milliseconds [optional]
avg_total_lead_time_ms int The average total lead time in milliseconds [optional]

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