Table of Contents

Class ActivateSpareSamplingPointsRequestModel

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

Model representing the activation of list of spare sampling point.

public class ActivateSpareSamplingPointsRequestModel
Inheritance
ActivateSpareSamplingPointsRequestModel
Inherited Members

Properties

SamplingPointIds

Spare sampling points that need to be activated

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

Property Value

ICollection<string>