Table of Contents

Class QuotaAttribute

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

Properties

Levels

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

Property Value

ICollection<QuotaLevel>

Name

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

Property Value

string

OdinVariable

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

Property Value

string