Class CheckMaskingStatusResponseModel
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
RemaskingDate
The scheduled date for remasking, if any
[JsonProperty("RemaskingDate", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset? RemaskingDate { get; set; }