Table of Contents

Class SurveyGeneralSettingsRequestV1Model

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

Model representing a survey general settings

public class SurveyGeneralSettingsRequestV1Model
Inheritance
SurveyGeneralSettingsRequestV1Model
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

OwnerId

The user id of the new owner of the survey.

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

Property Value

string