Table of Contents

Class LanguageTranslationsResponseModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

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

int

TranslationWarnings

Translation warnings

[JsonProperty("TranslationWarnings", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<TranslationWarning> TranslationWarnings { get; set; }

Property Value

ICollection<TranslationWarning>