Class TranslationApproval
Inheritance
System.Object
TranslationApproval
Assembly: Crowdin.Api.dll
Syntax
public class TranslationApproval : object
Properties
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LanguageId
Declaration
public string LanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StringId
Declaration
public int StringId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
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
|
Improve this Doc
View Source
WorkflowStepId
Declaration
public int WorkflowStepId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|