Table of Contents

Class SurveyGeneralSettingsResponseModel

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

Model representing a survey general settings

public class SurveyGeneralSettingsResponseModel
Inheritance
SurveyGeneralSettingsResponseModel
Inherited Members

Properties

Client

The Client of the survey

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

Property Value

string

Description

The Description of the survey

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

Property Value

string

ExcludeFromAutomaticCleanup

Indicates whether the survey will be excluded from automatic deletion and stoppage

[JsonProperty("ExcludeFromAutomaticCleanup", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? ExcludeFromAutomaticCleanup { get; set; }

Property Value

bool?

Name

The Name of the survey

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

Property Value

string

Owner

The user id of the new owner of the survey

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

Property Value

NfieldUser