Class SurveyPublishBackgroundActivity
DTO for returning the content of an activity representing publish survey
public class SurveyPublishBackgroundActivity
- Inheritance
-
SurveyPublishBackgroundActivity
- Inherited Members
Properties
FailureReason
the reason the activity failed (or null if it succeeded)
[JsonProperty("FailureReason", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FailureReason { 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; }
Property Value
SurveyPackageType
Package type, Live / Test
[JsonProperty("SurveyPackageType", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyPackageType? SurveyPackageType { get; set; }
Property Value
UpgradeToLatestPackage
force to upgrade when true
[JsonProperty("UpgradeToLatestPackage", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? UpgradeToLatestPackage { get; set; }
Property Value
- bool?