Table of Contents

Class SurveysQuotaFrameResponseBaseModel

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

The API response model representing a Quota Frame

public class SurveysQuotaFrameResponseBaseModel
Inheritance
SurveysQuotaFrameResponseBaseModel
Derived
Inherited Members

Properties

Id

The Quota Frame identifier

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

Property Value

string

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

Target

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

Property Value

int?