Class ReplaceFileRequest
Inheritance
ReplaceFileRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ReplaceFileRequest : UpdateOrRestoreFileRequest
Properties
|
Edit this page
View Source
AttachLabelIds
Declaration
[JsonProperty("attachLabelIds")]
public List<long>? AttachLabelIds { get; set; }
Property Value
|
Edit this page
View Source
DetachLabelIds
Declaration
[JsonProperty("detachLabelIds")]
public List<long>? DetachLabelIds { get; set; }
Property Value
|
Edit this page
View Source
ExportOptions
Declaration
[JsonProperty("exportOptions")]
public FileExportOptions? ExportOptions { get; set; }
Property Value
|
Edit this page
View Source
ImportOptions
Declaration
[JsonProperty("importOptions")]
public FileImportOptions? ImportOptions { 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 FileUpdateOption? UpdateOption { get; set; }
Property Value