Class LanguageTranslationsResponseModel
The model (dto) for a translation item
public class LanguageTranslationsResponseModel : LanguageTranslationsRequestModel
- Inheritance
-
LanguageTranslationsResponseModel
- Derived
- Inherited Members
Properties
Id
Language identifier
[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Id { get; set; }
Property Value
TranslationWarnings
Translation warnings
[JsonProperty("TranslationWarnings", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<TranslationWarning> TranslationWarnings { get; set; }