Table of Contents

Class CreateSurveyGroupModel

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

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

string

Name

The name of the new survey group

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

Property Value

string