Table of Contents

Class ReplaceSamplingPointWithSpareRequestModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

Model representing the replacement of a single spare sampling point.

public class ReplaceSamplingPointWithSpareRequestModel
Inheritance
ReplaceSamplingPointWithSpareRequestModel
Inherited Members

Properties

SpareSamplingPointId

The id of the Spare sampling point that will replace the existing one

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

Property Value

string

Target

Optional. Updated spare quota target.

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

Property Value

int?