Class SurveyDataInterviewRequestModel
Fields required to create a survey data download request on nfield manager surveys
public class SurveyDataInterviewRequestModel
- Inheritance
-
SurveyDataInterviewRequestModel
- Inherited Members
Properties
FileName
Optional. Name of the file. The default is the surveyName_interviewId
[JsonProperty("FileName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FileName { get; set; }