Skip to content

@sourceloop/chat-service / Exports / AttachmentFileDto

Class: AttachmentFileDto

Hierarchy

Indexable

▪ [prop: string]: any

Table of contents

Constructors

Properties

Constructors

constructor

new AttachmentFileDto(data?)

Parameters

Name Type
data? Partial<AttachmentFileDto>

Inherited from

UserModifiableEntity<AttachmentFileDto>.constructor

Defined in

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

Properties

attachmentFiles

attachmentFiles: any[]

Defined in

services/chat-service/src/models/attachment-file-dto.model.ts:13


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


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