WsCommitList

WsCommitList
WsCommitList
JSON Example
{
    "commits": [
        {
            "authorName": "string",
            "authorEmail": "string",
            "committerName": "string",
            "committerEmail": "string",
            "objectId": "string",
            "parentId": "string",
            "message": "string",
            "commitDate": "string",
            "diffEntries": [
                {
                    "relations": {
                        "startIndex": 0,
                        "count": 0,
                        "total": 0,
                        "link": [
                            {
                                "rel": "string",
                                "type": "string",
                                "attributes": [
                                    {
                                        "name": "string",
                                        "displayName": "string",
                                        "value": "string",
                                        "displayValue": "string"
                                    }
                                ],
                                "href": "string"
                            }
                        ]
                    },
                    "updateType": "string",
                    "oldPath": "string",
                    "newPath": "string",
                    "href": "string"
                }
            ]
        }
    ]
}
array of WsCommit
commits
Optional

commits