Class StringUploadResponseModel.AttributesData
Inheritance
System.Object
StringUploadResponseModel.AttributesData
Assembly: Crowdin.Api.dll
Syntax
public class AttributesData : 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.Boolean |
|
|
Improve this Doc
View Source
FileType
Declaration
public string FileType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ImportOptions
Declaration
public SpreadsheetFileImportOptions ImportOptions { get; set; }
Property Value
|
Improve this Doc
View Source
LabelIds
Declaration
public int[] LabelIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
ParserVersion
Declaration
public int ParserVersion { 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 |
|
|
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.Boolean |
|