Class UploadStringsRequest
Inheritance
System.Object
UploadStringsRequest
Assembly: Crowdin.Api.dll
Syntax
public class UploadStringsRequest : object
Properties
|
Improve this Doc
View Source
BranchId
Declaration
public int BranchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CleanupMode
Declaration
public bool? CleanupMode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
ImportOptions
Declaration
public SpreadsheetFileImportOptions ImportOptions { get; set; }
Property Value
|
Improve this Doc
View Source
LabelIds
Declaration
public ICollection<int>? LabelIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
ParserVersion
Declaration
public int? ParserVersion { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
StorageId
Declaration
public long StorageId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Type
Declaration
public StringBasedProjectFileType? Type { get; set; }
Property Value
|
Improve this Doc
View Source
UpdateOption
Declaration
public UpdateOption? UpdateOption { get; set; }
Property Value
|
Improve this Doc
View Source
UpdateStrings
Declaration
public bool? UpdateStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|