MtpProjectDto
A class to return a subset of the information of an MTP.Project object
iduuid
A unique identifier of this instance
namestringnullable
The display name of the MTP project
descriptionstringnullable
This optional string contains detailed information about the project
revisions object[]nullable
This list contains all MTP.Revision IDs which are part of this project
Array [
versionstringnullable
The version string. The format should be Major.Minor.Patch
namestringnullable
The display name of the revision
commentstringnullable
An optional comment about the revision
iduuid
A unique identifier of this instance
uploadTimeUtcdate-time
This date time specify the time when the MTP.Revision was initialized
]
MtpProjectDto
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"revisions": [
{
"version": "string",
"name": "string",
"comment": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"uploadTimeUtc": "2024-07-29T15:51:28.071Z"
}
]
}