Table of Contents

Class SampleDeleteInterviewDataBackgroundActivity

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll
public class SampleDeleteInterviewDataBackgroundActivity
Inheritance
SampleDeleteInterviewDataBackgroundActivity
Inherited Members

Properties

DeletedTotal

The number of records that were deleted

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

Property Value

int?

InterviewId

The interview id that are being deleted

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

Property Value

int?

SurveyId

The id of the survey the sample belongs to

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

Property Value

string