Class SurveyCreateManualTestSurveyBackgroundActivity
DTO for returning the content of an activity representing a manual test survey
public class SurveyCreateManualTestSurveyBackgroundActivity
- Inheritance
-
SurveyCreateManualTestSurveyBackgroundActivity
- Inherited Members
Properties
ManualTestSurveyId
Survey id of the manual test survey
[JsonProperty("ManualTestSurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ManualTestSurveyId { get; set; }
Property Value
OriginalSurveyId
Survey id of the original survey
[JsonProperty("OriginalSurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string OriginalSurveyId { get; set; }