RepositoryDto
A response object for the Repository instance
idstring<uuid>
A unique identifier of the repository
namestringnullable
The repository name
descriptionstringnullable
A repository description
ownerIdstring<uuid>
The identifier of the user or enterprise which owns the repository
ownerTypeOwnerType (string)
Possible values: [User
, Enterprise
]
isUserRepobooleannullable
flag to determine whether repository is owned by user or enterprise
creationDateUtcstring<date-time>
The datetime (utc) when the repository was created
lastChangeUtcstring<date-time>
The datetime (utc) of the last repository change
RepositoryDto
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"ownerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"ownerType": "User",
"isUserRepo": true,
"creationDateUtc": "2024-07-29T15:51:28.071Z",
"lastChangeUtc": "2024-07-29T15:51:28.071Z"
}