Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.09 KB

Repository.md

File metadata and controls

17 lines (13 loc) · 1.09 KB

Repository

Properties

Name Type Description Notes
Id int64 The ID of the repository [optional] [default to null]
ProjectId int64 The ID of the project that the repository belongs to [optional] [default to null]
Name string The name of the repository [optional] [default to null]
Description string The description of the repository [optional] [default to null]
ArtifactCount int64 The count of the artifacts inside the repository [optional] [default to null]
PullCount int64 The count that the artifact inside the repository pulled [optional] [default to null]
CreationTime time.Time The creation time of the repository [optional] [default to null]
UpdateTime time.Time The update time of the repository [optional] [default to null]

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