Skip to content

@sourceloop/in-mail-service / Exports / Attachment

Class: Attachment

Hierarchy

Implements

  • ExternalIdentifierEnabledEntity

Table of contents

Constructors

Properties

Constructors

constructor

new Attachment(data?)

Parameters

Name Type
data? Partial<Attachment>

Inherited from

UserModifiableEntity<Attachment>.constructor

Defined in

packages/core/dist/models/base-entity.model.d.ts:6

Properties

createdBy

Optional createdBy: string

Inherited from

UserModifiableEntity.createdBy

Defined in

packages/core/dist/models/user-modifiable-entity.model.d.ts:4


createdOn

Optional createdOn: Date

Inherited from

UserModifiableEntity.createdOn

Defined in

packages/core/dist/models/base-entity.model.d.ts:4


extId

Optional extId: string

Implementation of

ExternalIdentifierEnabledEntity.extId

Defined in

services/in-mail-service/src/models/attachment.model.ts:57


extMetadata

Optional extMetadata: AnyObject

Implementation of

ExternalIdentifierEnabledEntity.extMetadata

Defined in

services/in-mail-service/src/models/attachment.model.ts:64


id

Optional id: string

Defined in

services/in-mail-service/src/models/attachment.model.ts:26


messageId

messageId: string

Defined in

services/in-mail-service/src/models/attachment.model.ts:75


mime

mime: string

Defined in

services/in-mail-service/src/models/attachment.model.ts:50


modifiedBy

Optional modifiedBy: string

Inherited from

UserModifiableEntity.modifiedBy

Defined in

packages/core/dist/models/user-modifiable-entity.model.d.ts:5


modifiedOn

Optional modifiedOn: Date

Inherited from

UserModifiableEntity.modifiedOn

Defined in

packages/core/dist/models/base-entity.model.d.ts:5


name

name: string

Defined in

services/in-mail-service/src/models/attachment.model.ts:32


path

path: string

Defined in

services/in-mail-service/src/models/attachment.model.ts:38


thumbnail

thumbnail: string

Defined in

services/in-mail-service/src/models/attachment.model.ts:44