Class ActivateSpareSamplingPointRequestModel
Model representing the activation of a single spare sampling point.
It allows to set a target during the activation
public class ActivateSpareSamplingPointRequestModel
- Inheritance
-
ActivateSpareSamplingPointRequestModel
- Inherited Members
Properties
Target
Optional. Updated spare quota target.
[JsonProperty("Target", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? Target { get; set; }
Property Value
- int?