Table of Contents

Class SurveyQuotaLevelDefinitionModel

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

Survey quota Level Definition. Represents only the definition of the Levvel and not the assignment to the Survey

public class SurveyQuotaLevelDefinitionModel
Inheritance
SurveyQuotaLevelDefinitionModel
Inherited Members

Properties

Id

Quota Level definition ID

[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid Id { get; set; }

Property Value

Guid

Name

Name of the quota level

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

Property Value

string