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
# Tag

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i64**> | The ID of the tag | [optional]
**repository_id** | Option<**i64**> | The ID of the repository that the tag belongs to | [optional]
**artifact_id** | Option<**i64**> | The ID of the artifact that the tag attached to | [optional]
**name** | Option<**String**> | The name of the tag | [optional]
**push_time** | Option<**String**> | The push time of the tag | [optional]
**pull_time** | Option<**String**> | The latest pull time of the tag | [optional]
**immutable** | Option<**bool**> | The immutable status of the tag | [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)