Table of Contents

Class SamplingPointCreateRequestModel

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

The model representing an SamplingPoint.

public class SamplingPointCreateRequestModel : SamplingPointBaseModel
Inheritance
SamplingPointCreateRequestModel
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?

SamplingPointId

Gets or sets the sampling point unique identifier.

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

Property Value

string