Table of Contents

Class SampleDeleteBackgroundActivity

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

DTO for returning the content of an activity representing deleting sample

public class SampleDeleteBackgroundActivity
Inheritance
SampleDeleteBackgroundActivity
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?

InterviewIds

The interview ids that are being deleted

[JsonProperty("InterviewIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<int> InterviewIds { get; set; }

Property Value

ICollection<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