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] |