MtpRevisionDto
A class to return a subset of the information of an MTP.Revision object
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
idstring<uuid>
A unique identifier of this instance
uploadTimeUtcstring<date-time>
This date time specify the time when the MTP.Revision was initialized
MtpRevisionDto
{
"version": "string",
"name": "string",
"comment": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"uploadTimeUtc": "2024-07-29T15:51:28.071Z"
}