Class SurveysFieldworkStopRequestModel
Stop fieldwork model
public class SurveysFieldworkStopRequestModel
- Inheritance
-
SurveysFieldworkStopRequestModel
- Inherited Members
Properties
InterviewingRestrictionType
Specifies what interviews are allowed to continue when the fieldwork is stopped.
[JsonProperty("InterviewingRestrictionType", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public InterviewingRestrictionType InterviewingRestrictionType { get; set; }