harbor-api 2.0.0

These APIs provide services for manipulating Harbor project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SearchRepository

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)