harbor-api 2.0.0

These APIs provide services for manipulating Harbor project.
Documentation
# Accessory

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i64**> | The ID of the accessory | [optional]
**artifact_id** | Option<**i64**> | The artifact id of the accessory | [optional]
**subject_artifact_id** | Option<**i64**> | Going to be deprecated, use repo and digest for insteand. The subject artifact id of the accessory. | [optional]
**subject_artifact_digest** | Option<**String**> | The subject artifact digest of the accessory | [optional]
**subject_artifact_repo** | Option<**String**> | The subject artifact repository name of the accessory | [optional]
**size** | Option<**i64**> | The artifact size of the accessory | [optional]
**digest** | Option<**String**> | The artifact digest of the accessory | [optional]
**r#type** | Option<**String**> | The artifact size of the accessory | [optional]
**icon** | Option<**String**> | The icon of the accessory | [optional]
**creation_time** | Option<**String**> | The creation time of the accessory | [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)