Table of Contents

Class SamplingPointUpdateRequestModel

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

The model representing an SamplingPoint.

public class SamplingPointUpdateRequestModel : SamplingPointBaseModel
Inheritance
SamplingPointUpdateRequestModel
Inherited Members

Properties

Kind

Indicates the Kind of the sampling point. The only accepted values are "Regular" and "Spare".
If the value is null then we assign this as "Regular" to be backward compatible

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

Property Value

SamplingPointKindForRequestModel?