Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.24 KB

PullRequestLeadTimeRep.md

File metadata and controls

19 lines (14 loc) · 1.24 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]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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