# SearchRepository
## Properties
**project_id** | Option<**i32**> | The ID of the project that the repository belongs to | [optional]
**project_name** | Option<**String**> | The name of the project that the repository belongs to | [optional]
**project_public** | Option<**bool**> | The flag to indicate the publicity of the project that the repository belongs to (1 is public, 0 is not) | [optional]
**repository_name** | Option<**String**> | The name of the repository | [optional]
**pull_count** | Option<**i32**> | The count how many times the repository is pulled | [optional]
**artifact_count** | Option<**i32**> | The count of artifacts in the repository | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)