Class AddTranslationRequest
Inheritance
System.Object
AddTranslationRequest
Assembly: Crowdin.Api.dll
Syntax
public class AddTranslationRequest : object
Properties
|
Improve this Doc
View Source
LanguageId
Declaration
public string LanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PluralCategoryName
Declaration
public PluralCategoryName? PluralCategoryName { get; set; }
Property Value
|
Improve this Doc
View Source
StringId
Declaration
public int StringId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|