Interface AttachmentEntityDto

DTO representation of an attachment.

Export

Interface

AttachmentEntityDto

Hierarchy

  • AttachmentEntityDto

Properties

attachmentId: string

The identifier of the attachment file

Memberof

AttachmentEntityDto

contentId?: string

The content identifier, which is a unique ID for the content part of the email.

Memberof

AttachmentEntityDto

contentLength?: number

The content length of the attachment in bytes.

Memberof

AttachmentEntityDto

contentType?: string

The content type of the attachment.

Memberof

AttachmentEntityDto

createdAt: Date

The timestamp when this attachment was created.

Memberof

AttachmentEntityDto

id: string

The unique identifier for this attachment.

Memberof

AttachmentEntityDto

inboxId?: string

The inbox identifier associated with this attachment.

Memberof

AttachmentEntityDto

name?: string

The name of the attachment file.

Memberof

AttachmentEntityDto

updatedAt: Date

The timestamp when this attachment was last updated.

Memberof

AttachmentEntityDto

userId: string

The user identifier associated with this attachment.

Memberof

AttachmentEntityDto