Class UpdateSurveyGroupModel
Update an existing survey group
public class UpdateSurveyGroupModel
- Inheritance
-
UpdateSurveyGroupModel
- Inherited Members
Properties
Description
Change to the description
[JsonProperty("Description", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }
Property Value
Name
Change to the name
[JsonProperty("Name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }