Class PluralLanguageTranslations.PluralsEntry
Inheritance
System.Object
PluralLanguageTranslations.PluralsEntry
Assembly: Crowdin.Api.dll
Syntax
public class PluralsEntry : object
Properties
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
PluralForm
Declaration
public string PluralForm { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TranslationId
Declaration
public int TranslationId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
User
Declaration
public User User { get; set; }
Property Value