RepositoryDto
A response object for the Repository instance
iduuid
A unique identifier of the repository
namestringnullable
The repository name
descriptionstringnullable
A repository description
ownerIduuid
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
creationDateUtcdate-time
The datetime (utc) when the repository was created
lastChangeUtcdate-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"
}