Class StringUploadResponseModel.AttributesData
Inheritance
StringUploadResponseModel.AttributesData
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class StringUploadResponseModel.AttributesData
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
FileType
Declaration
[JsonProperty("fileType")]
public string FileType { 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 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
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