Class SampleResetBackgroundActivity
DTO for returning the content of an activity representing resetting sample
public class SampleResetBackgroundActivity
- Inheritance
-
SampleResetBackgroundActivity
- Inherited Members
Properties
InterviewIds
The interview ids that are being reset
[JsonProperty("InterviewIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<int> InterviewIds { get; set; }
Property Value
ResetTotal
The number of records that was reset
[JsonProperty("ResetTotal", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? ResetTotal { 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; }