# Tag
## Properties
**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)