Table of Contents

Class CheckMaskingStatusResponseModel

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

Response model for the masking status check

public class CheckMaskingStatusResponseModel
Inheritance
CheckMaskingStatusResponseModel
Inherited Members

Properties

IsDataMasked

Indicates whether the survey sample data is currently masked

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

Property Value

bool

RemaskingDate

The scheduled date for remasking, if any

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

Property Value

DateTimeOffset?