Class SurveyPackageLanguageV1Model
Languages and translations defined in the package
public class SurveyPackageLanguageV1Model
- Inheritance
-
SurveyPackageLanguageV1Model
- Inherited Members
Properties
Id
The Id of the language
[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Id { get; set; }
Property Value
Name
The name of the language when this package was published
[JsonProperty("Name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Translations
The translations for the language when this package was published
[JsonProperty("Translations", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<SurveyTranslationV1Model> Translations { get; set; }