Table of Contents

Class ActivateSpareSamplingPointsResponseModel

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

Model representing the result of the activation of sampling points

public class ActivateSpareSamplingPointsResponseModel
Inheritance
ActivateSpareSamplingPointsResponseModel
Inherited Members

Properties

IsActivated

true if the activation was successful

[JsonProperty("IsActivated", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool IsActivated { get; set; }

Property Value

bool