Class SurveyQuotaFrameRequestModel
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
RootLevelMaxOvershoot
The maximum overshoot allowed for the root level of the quota frame
[JsonProperty("RootLevelMaxOvershoot", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? RootLevelMaxOvershoot { get; set; }
Property Value
- int?
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; }