@sourceloop/task-service / Exports / TaskDto
Class: TaskDto¶
Hierarchy¶
-
Model
↳
TaskDto
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new TaskDto(data?
)
Parameters¶
Name | Type |
---|---|
data? |
DataObject <Model > |
Inherited from¶
Model.constructor
Defined in¶
node_modules/@loopback/repository/dist/model.d.ts:180
Properties¶
id¶
• Optional
id: string
Defined in¶
services/task-service/src/models/task-dto.model.ts:24
payload¶
• Optional
payload: object
Defined in¶
services/task-service/src/models/task-dto.model.ts:17
taskKey¶
• taskKey: string