Table of Contents

Class SurveyInterviewSimulationModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

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; }

Property Value

string