Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 887 Bytes

SearchRepository.md

File metadata and controls

15 lines (11 loc) · 887 Bytes

SearchRepository

Properties

Name Type Description Notes
project_id int The ID of the project that the repository belongs to [optional]
project_name str The name of the project that the repository belongs to [optional]
project_public bool The flag to indicate the publicity of the project that the repository belongs to (1 is public, 0 is not) [optional]
repository_name str The name of the repository [optional]
pull_count int The count how many times the repository is pulled [optional]
artifact_count int The count of artifacts in the repository [optional]

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