Class SurveyInterviewSimulationModel
The model representing a survey simulation. It is the same as survey model including the OriginalSurveyId
public class SurveyInterviewSimulationModel : InternalSurveyModel
- Inheritance
-
SurveyInterviewSimulationModel
- Inherited Members
Properties
OriginalSurveyId
Id of the original survey that started the simulation
[JsonProperty("OriginalSurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string OriginalSurveyId { get; set; }