Table of Contents

Class SurveyQuotaFrameRequestModel

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

The API request model representing the Survey quota frame

public class SurveyQuotaFrameRequestModel
Inheritance
SurveyQuotaFrameRequestModel
Derived
Inherited Members

Properties

FrameVariables

Frame Variables values

[JsonProperty("FrameVariables", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<SurveyQuotaFrameVariableModel> FrameVariables { get; set; }

Property Value

ICollection<SurveyQuotaFrameVariableModel>

Target

Global target of the survey quota frame

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

Property Value

int?

VariableDefinitions

Quota Variables definitions

[JsonProperty("VariableDefinitions", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<SurveyQuotaVariableDefinitionModel> VariableDefinitions { get; set; }

Property Value

ICollection<SurveyQuotaVariableDefinitionModel>