Class CreateSurveyGroupModel
Create a new survey group
public class CreateSurveyGroupModel
- Inheritance
-
CreateSurveyGroupModel
- Inherited Members
Properties
Description
The description of the new survey group
[JsonProperty("Description", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }
Property Value
Name
The name of the new survey group
[JsonProperty("Name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }