Table of Contents

Class QuotaLevel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll
public class QuotaLevel
Inheritance
QuotaLevel
Inherited Members

Properties

Attributes

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

Property Value

ICollection<QuotaAttribute>

DroppedOutCount

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

Property Value

int?

GrossTarget

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

Property Value

int?

Id

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

Property Value

string

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

RejectedCount

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

Property Value

int?

SuccessfulCount

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

Property Value

int?

Target

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

Property Value

int?

UnsuccessfulCount

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

Property Value

int?