Class QuotaFrameLevel
- Namespace
- Nfield.SDK
- Assembly
- Nfield.Public.SDK.dll
public class QuotaFrameLevel
- Inheritance
-
QuotaFrameLevel
- Inherited Members
-
Properties
DisplayIndex
[JsonProperty("DisplayIndex", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int DisplayIndex { get; set; }
Property Value
- int
Id
[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid Id { get; set; }
Property Value
- Guid
MaxOvershoot
[JsonProperty("MaxOvershoot", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? MaxOvershoot { get; set; }
Property Value
- int?
MaxTarget
[JsonProperty("MaxTarget", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? MaxTarget { get; set; }
Property Value
- int?
Name
[JsonProperty("Name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
- string
QuotaFailCount
[JsonProperty("QuotaFailCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int QuotaFailCount { get; set; }
Property Value
- int
Successful
[JsonProperty("Successful", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Successful { get; set; }
Property Value
- int
Target
[JsonProperty("Target", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? Target { get; set; }
Property Value
- int?
Variables
[JsonProperty("Variables", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<QuotaFrameVariable> Variables { get; set; }
Property Value
- ICollection<QuotaFrameVariable>