Class SamplingPointCustomDataModel
The model representing each SamplingPoint custom column
public class SamplingPointCustomDataModel
- Inheritance
-
SamplingPointCustomDataModel
- Inherited Members
Properties
Name
[JsonProperty("Name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Value
[JsonProperty("Value", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Value { get; set; }