Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 759 Bytes

File metadata and controls

14 lines (10 loc) · 759 Bytes

ConnectedRepository

Properties

Name Type Description Notes
created_at datetime The date and time when the connection was created. [optional]
is_active bool [optional] [default to True]
priority int Repositories are checked in ascending order (starting at 1). If multiple repositories have the same priority, the oldest one is used first. [optional]
slug_perm str [optional]
target_repository str The slug of the target repository to connect to.

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