Class ImportTmRequest
Inheritance
ImportTmRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ImportTmRequest
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("firstLineContainsHeader")]
public bool? FirstLineContainsHeader { get; set; }
Property Value
|
Edit this page
View Source
Scheme
Declaration
[JsonProperty("scheme")]
public IDictionary<string, int>? Scheme { get; set; }
Property Value
|
Edit this page
View Source
StorageId
Declaration
[JsonProperty("storageId")]
public long StorageId { get; set; }
Property Value