Class SampleBlockBackgroundActivity
public class SampleBlockBackgroundActivity
- Inheritance
-
SampleBlockBackgroundActivity
- Inherited Members
Properties
BlockedTotal
The number of records that were blocked
[JsonProperty("BlockedTotal", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? BlockedTotal { get; set; }
Property Value
- int?
InterviewIds
The interview ids that are being blocked
[JsonProperty("InterviewIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<int> InterviewIds { get; set; }
Property Value
SurveyId
The id of the survey the sample belongs to
[JsonProperty("SurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SurveyId { get; set; }