Table of Contents

Class SurveyManualTestModel

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

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

Property Value

string