事件_批注
批注对象。
属性
名称 | 类型 | 说明 |
---|---|---|
Data | 事件_批注数据 | 包含批注数据的对象。 |
Id | string | 批注 ID。 |
类型
Object(对象)
示例
let comment = {
"Id": "1_631",
"Data": {
"UserName": "John Smith",
"Text": "comment",
"Time": "1662737941471",
"Solved": true,
"Replies": [
{
"UserName": "Mark Potato",
"Text": "reply 1",
"Time": "1662740895892",
"Solved": false
}
]
}
}