Skip to content

EmailAttachmentDto

← Email DTO

Поля

ПолеТипОбязательноеОписание
idnumberда
fileNamestringда
mediaTypestringда
sizeBytesnumberда
contentIdstring | nullда
downloadUrlstringда

Пример

json
{
  "id": 0,
  "fileName": "string",
  "mediaType": "string",
  "sizeBytes": 0,
  "contentId": "uuid",
  "downloadUrl": "https://..."
}