Table of Contents

Class UpdateSurveyGroupModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

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

string

Name

Change to the name

[JsonProperty("Name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }

Property Value

string