Class UploadTranslationsResponse
Inheritance
System.Object
UploadTranslationsResponse
Assembly: Crowdin.Api.dll
Syntax
public class UploadTranslationsResponse : object
Properties
|
Improve this Doc
View Source
BranchId
Declaration
public int? BranchId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
FileId
Declaration
public int? FileId { get; set; }
Property Value
Type |
Description |
System.Nullable<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
ProjectId
Declaration
public int ProjectId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StorageId
Declaration
public long StorageId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|