Class SurveyPackageV1Model
Models the content of a published package (live/test) for a survey.
public class SurveyPackageV1Model
- Inheritance
-
SurveyPackageV1Model
- Inherited Members
Properties
ClientName
The client of the survey when this package was published
[JsonProperty("ClientName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ClientName { get; set; }
Property Value
Description
The description of the survey when this package was published
[JsonProperty("Description", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }
Property Value
ETag
The Etag for the package
[JsonProperty("ETag", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long ETag { get; set; }
Property Value
InstructionFile
The instruction file of the survey when this package was published
[JsonProperty("InstructionFile", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyPackageFileV1Model InstructionFile { get; set; }
Property Value
InterviewerInstructionText
The instruction text of the survey when this package was published
[JsonProperty("InterviewerInstructionText", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string InterviewerInstructionText { get; set; }
Property Value
Languages
The defined languages and translations of the survey when this package was published
[JsonProperty("Languages", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<SurveyPackageLanguageV1Model> Languages { get; set; }
Property Value
MediaFiles
The media files of the survey when this package was published
[JsonProperty("MediaFiles", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<SurveyPackageFileV1Model> MediaFiles { get; set; }
Property Value
Owner
The owner of the survey when this package was published
[JsonProperty("Owner", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Owner { get; set; }
Property Value
QuestionnaireMd5
The md5 of the questionnaire when this package was published
[JsonProperty("QuestionnaireMd5", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string QuestionnaireMd5 { get; set; }
Property Value
Relocations
The relocations of the survey when this package was published
[JsonProperty("Relocations", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<SurveyPackageRelocationV1Model> Relocations { get; set; }
Property Value
ResponseCodes
Survey response codes.
[JsonProperty("ResponseCodes", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<SurveyResponseCodeV1Model> ResponseCodes { get; set; }
Property Value
Settings
The settings of the survey when this package was published
[JsonProperty("Settings", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<SurveySettingModel> Settings { get; set; }
Property Value
SurveyName
The name of the survey when this package was published
[JsonProperty("SurveyName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SurveyName { get; set; }