---
title: "Repository"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/repository/"
source: "https://container-registry.com/docs/harbor-api-client/model/repository/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/repository/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/repository/index.md>. Site index: <https://container-registry.com/llms.txt>.


# Repository

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | The ID of the repository | [optional] 
**project_id** | **int** | The ID of the project that the repository belongs to | [optional] 
**name** | **str** | The name of the repository | [optional] 
**description** | **str** | The description of the repository | [optional] 
**artifact_count** | **int** | The count of the artifacts inside the repository | [optional] 
**pull_count** | **int** | The count that the artifact inside the repository pulled | [optional] 
**creation_time** | **datetime** | The creation time of the repository | [optional] 
**update_time** | **datetime** | The update time of the repository | [optional] 



