Class UploadStringsRequest
Inheritance
UploadStringsRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class UploadStringsRequest
Properties
|
Edit this page
View Source
BranchId
Declaration
[JsonProperty("branchId")]
public long BranchId { get; set; }
Property Value
|
Edit this page
View Source
CleanupMode
Declaration
[JsonProperty("cleanupMode")]
public bool? CleanupMode { get; set; }
Property Value
|
Edit this page
View Source
ImportOptions
Declaration
[JsonProperty("importOptions")]
public SpreadsheetFileImportOptions? ImportOptions { get; set; }
Property Value
|
Edit this page
View Source
LabelIds
Declaration
[JsonProperty("labelIds")]
public ICollection<long>? LabelIds { get; set; }
Property Value
|
Edit this page
View Source
ParserVersion
Declaration
[JsonProperty("parserVersion")]
public int? ParserVersion { get; set; }
Property Value
|
Edit this page
View Source
StorageId
Declaration
[JsonProperty("storageId")]
public long StorageId { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public StringBasedProjectFileType? Type { get; set; }
Property Value
|
Edit this page
View Source
UpdateOption
Declaration
[JsonProperty("updateOption")]
public UpdateOption? UpdateOption { get; set; }
Property Value
|
Edit this page
View Source
UpdateStrings
Declaration
[JsonProperty("updateStrings")]
public bool? UpdateStrings { get; set; }
Property Value