---
title: "Tag"
lastmod: 2026-06-08
canonical: "https://container-registry.com/docs/harbor-api-client/model/tag/"
source: "https://container-registry.com/docs/harbor-api-client/model/tag/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/tag/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/tag/index.md>. Site index: <https://container-registry.com/llms.txt>.


# Tag

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | The ID of the tag | [optional] 
**repository_id** | **int** | The ID of the repository that the tag belongs to | [optional] 
**artifact_id** | **int** | The ID of the artifact that the tag attached to | [optional] 
**name** | **str** | The name of the tag | [optional] 
**push_time** | **datetime** | The push time of the tag | [optional] 
**pull_time** | **datetime** | The latest pull time of the tag | [optional] 
**immutable** | **bool** | The immutable status of the tag | [optional] 
**signed** | **bool** | The attribute indicates whether the tag is signed or not | [optional] 



