SurveyDetailsResponse constructor
SurveyDetailsResponse({
- String? id,
- String? taskId,
- String? userId,
- String? approvalRequestId,
- int? approvalStatus,
- String? submitDate,
- String? startDate,
- String? endDate,
- String? taskName,
- int? taskType,
- String? taskTypeName,
- int? channelId,
- String? channelName,
- String? approvalStatusName,
- String? userName,
- String? position,
- String? checkInId,
- String? locationId1,
- String? locationId2,
- String? locationId3,
- String? locationId4,
- String? locationName1,
- String? locationName2,
- String? locationName3,
- String? locationName4,
- List<
SubmitResponseDatum> ? submitResponseData,
Implementation
SurveyDetailsResponse({
this.id,
this.taskId,
this.userId,
this.approvalRequestId,
this.approvalStatus,
this.submitDate,
this.startDate,
this.endDate,
this.taskName,
this.taskType,
this.taskTypeName,
this.channelId,
this.channelName,
this.approvalStatusName,
this.userName,
this.position,
this.menuType,
this.checkInId,
this.locationId1,
this.locationId2,
this.locationId3,
this.locationId4,
this.locationName1,
this.locationName2,
this.locationName3,
this.locationName4,
this.submitResponseData,
});