Class UploadTranslationsResponse
Inheritance
UploadTranslationsResponse
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class UploadTranslationsResponse
Properties
|
Edit this page
View Source
BranchId
Declaration
[JsonProperty("branchId")]
public long? BranchId { get; set; }
Property Value
|
Edit this page
View Source
FileId
Declaration
[JsonProperty("fileId")]
public long? FileId { get; set; }
Property Value
|
Edit this page
View Source
LanguageId
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
|
Edit this page
View Source
ProjectId
Declaration
[JsonProperty("projectId")]
public long ProjectId { get; set; }
Property Value
|
Edit this page
View Source
StorageId
Declaration
[JsonProperty("storageId")]
public long StorageId { get; set; }
Property Value