Table of Contents

Class SurveyCreateManualTestSurveyBackgroundActivity

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

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

string

OriginalSurveyId

Survey id of the original survey

[JsonProperty("OriginalSurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string OriginalSurveyId { get; set; }

Property Value

string