@sourceloop/survey-service / Exports / SurveyResponseDto
Class: SurveyResponseDto¶
Hierarchy¶
-
CoreModel
<SurveyResponseDto
>↳
SurveyResponseDto
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new SurveyResponseDto(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <SurveyResponseDto > |
Inherited from¶
CoreModel<SurveyResponseDto>.constructor
Defined in¶
packages/core/dist/models/core-model.d.ts:3
Properties¶
extId¶
• Optional
extId: string
Defined in¶
services/survey-service/src/models/survey-response-dto.model.ts:22
extMetadata¶
• Optional
extMetadata: AnyObject
Defined in¶
services/survey-service/src/models/survey-response-dto.model.ts:28
surveyResponderId¶
• surveyResponderId: string
Defined in¶
services/survey-service/src/models/survey-response-dto.model.ts:16
surveyResponseDetailArray¶
• Optional
surveyResponseDetailArray: SurveyResponseDetailDto
[]
Defined in¶
services/survey-service/src/models/survey-response-dto.model.ts:11