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