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
17
18
# ProjectSummary

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**repo_count** | Option<**i32**> | The number of the repositories under this project. | [optional]
**project_admin_count** | Option<**i32**> | The total number of project admin members. | [optional]
**maintainer_count** | Option<**i32**> | The total number of maintainer members. | [optional]
**developer_count** | Option<**i32**> | The total number of developer members. | [optional]
**guest_count** | Option<**i32**> | The total number of guest members. | [optional]
**limited_guest_count** | Option<**i32**> | The total number of limited guest members. | [optional]
**quota** | Option<[**models::ProjectSummaryQuota**]ProjectSummaryQuota.md> |  | [optional]
**registry** | Option<[**models::Registry**]Registry.md> |  | [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)