Skip to content

ContentDto

← Task DTO

Backend-источник: features.chatservice/Features.ChatService/Nuget.ChatApiClient/Dto/Content/ContentDto.cs (features.chatservice).

Также определён в: features.taskservice.

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
taskWorkIdnumberда
contentTypeContentTypeDtoдаТип контента.ContentTypeDto
orderBynumberдаОчередность контента.int

Пример

json
{
  "taskWorkId": 0,
  "contentType": "<ContentTypeDto>",
  "orderBy": 0
}