ContentObjectDto
Backend-источник: features.taskservice/Nuget.TaskApiClient/Dto/Content/ContentObjectDto.cs (features.taskservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
id | number | null | нет | — | int? |
taskWorkId | number | null | нет | — | int? |
contentType | ContentTypeDto | да | — | ContentTypeDto |
orderBy | number | да | — | int |
contentRole | ContentRoleDto | да | — | ContentRoleDto |
content | string | да | — | string |
Пример
json
{
"id": 0,
"taskWorkId": 0,
"contentType": "<ContentTypeDto>",
"orderBy": 0,
"contentRole": "<ContentRoleDto>",
"content": "string"
}