Class SurveyMoveModel
Model for moving a survey to another group
public class SurveyMoveModel
- Inheritance
-
SurveyMoveModel
- Inherited Members
Properties
SurveyGroupId
New Survey Group for the survey
[JsonProperty("SurveyGroupId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int SurveyGroupId { get; set; }