WorkspaceCommentDto¶
Example Json Object
1{
2 "id": 0,
3 "comment": "string"
4}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
comment |
string |
false |
none |
none |
Example Json Object
1{
2 "id": 0,
3 "comment": "string"
4}
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
comment |
string |
false |
none |
none |