Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 935 Bytes

Repository.md

File metadata and controls

16 lines (13 loc) · 935 Bytes

Repository

Properties

Name Type Description Notes
id int The ID of the repository [optional]
project_id int The ID of the project that the repository belongs to [optional]
name str The name of the repository [optional]
description str The description of the repository [optional]
artifact_count int The count of the artifacts inside the repository [optional]
pull_count int The count that the artifact inside the repository pulled [optional]
creation_time datetime The creation time of the repository [optional]
update_time datetime The update time of the repository [optional]

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