Class ConceptLanguageDetailsForm
Inheritance
ConceptLanguageDetailsForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class ConceptLanguageDetailsForm
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("definition")]
public string Definition { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("note")]
public string Note { get; set; }
Property Value