Table of Contents

Class SurveyPackageLanguageV1Model

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

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

int

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

string

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; }

Property Value

ICollection<SurveyTranslationV1Model>