Class BackgroundActivityResponseModel
DTO for returning the content of an activity
public class BackgroundActivityResponseModel : BackgroundActivityResponseBaseModel
- Inheritance
-
BackgroundActivityResponseModel
- Inherited Members
Properties
CatiDeleteInterviewersProperties
Properties returned when the activity type is CatiDeleteInterviewers.
[JsonProperty("CatiDeleteInterviewersProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public CatiDeleteInterviewersBackgroundActivity CatiDeleteInterviewersProperties { get; set; }
Property Value
DomainDeleteAssignmentsProperties
Properties returned when the activity type is DomainDeleteAssignments.
[JsonProperty("DomainDeleteAssignmentsProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DomainDeleteAssignmentsBackgroundActivity DomainDeleteAssignmentsProperties { get; set; }
Property Value
DomainProcessAssignmentsProperties
Properties returned when the activity type is DomainProcessAssignments.
[JsonProperty("DomainProcessAssignmentsProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DomainProcessAssignmentsBackgroundActivity DomainProcessAssignmentsProperties { get; set; }
Property Value
DownloadDataUrl
URL to download data generated by the activity, only present for download-focused activities.
[JsonProperty("DownloadDataUrl", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DownloadDataUrl { get; set; }
Property Value
SampleBlockProperties
Properties returned when the activity type is SampleBlock.
[JsonProperty("SampleBlockProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SampleBlockBackgroundActivity SampleBlockProperties { get; set; }
Property Value
SampleClearProperties
Properties returned when the activity type is SampleClear.
[JsonProperty("SampleClearProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SampleClearBackgroundActivity SampleClearProperties { get; set; }
Property Value
SampleDeleteInterviewDataProperties
Properties returned when the activity type is SampleDeleteInterviewData.
[JsonProperty("SampleDeleteInterviewDataProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SampleDeleteInterviewDataBackgroundActivity SampleDeleteInterviewDataProperties { get; set; }
Property Value
SampleDeleteProperties
Properties returned when the activity type is SampleDelete.
[JsonProperty("SampleDeleteProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SampleDeleteBackgroundActivity SampleDeleteProperties { get; set; }
Property Value
SampleResetProperties
Properties returned when the activity type is SampleReset.
[JsonProperty("SampleResetProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SampleResetBackgroundActivity SampleResetProperties { get; set; }
Property Value
SurveyCreateManualTestSurveyProperties
Properties returned when the activity type is SurveyCreateManualTestSurvey.
[JsonProperty("SurveyCreateManualTestSurveyProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyCreateManualTestSurveyBackgroundActivity SurveyCreateManualTestSurveyProperties { get; set; }
Property Value
SurveyInterviewSimulationProperties
Properties returned when the activity type is SurveyInterviewSimulation.
[JsonProperty("SurveyInterviewSimulationProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyInterviewSimulationBackgroundActivity SurveyInterviewSimulationProperties { get; set; }
Property Value
SurveyProcessAndSaveMediaFilesProperties
Properties returned when the activity type is SurveyProcessAndSaveMediaFiles.
[JsonProperty("SurveyProcessAndSaveMediaFilesProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyProcessAndSaveMediaFilesBackgroundActivity SurveyProcessAndSaveMediaFilesProperties { get; set; }
Property Value
SurveyPublishProperties
Properties returned when the activity type is SurveyPublish.
[JsonProperty("SurveyPublishProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyPublishBackgroundActivity SurveyPublishProperties { get; set; }