Class SamplingPointQuotaLevelTargetModel
public class SamplingPointQuotaLevelTargetModel
- Inheritance
-
SamplingPointQuotaLevelTargetModel
- Inherited Members
Properties
LevelId
The Id of the Quota Level that sits in the Quota JSON structure
[JsonProperty("LevelId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string LevelId { get; set; }
Property Value
MaxTarget
Maximum Target is NOT implemented
[JsonProperty("MaxTarget", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? MaxTarget { get; set; }
Property Value
- int?
SamplingPoint
Sampling point this quota level belongs to
[JsonProperty("SamplingPoint", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SamplingPointResponseModel SamplingPoint { get; set; }
Property Value
SamplingPointId
The sampling point id for the sampling point associated to this quota level
[JsonProperty("SamplingPointId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SamplingPointId { get; set; }
Property Value
SurveyId
The survey id for the survey associated to this quota level
[JsonProperty("SurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SurveyId { get; set; }
Property Value
Target
Actual target of the level
[JsonProperty("Target", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? Target { get; set; }
Property Value
- int?