Class ImportTmRequest
Inheritance
System.Object
ImportTmRequest
Assembly: Crowdin.Api.dll
Syntax
public class ImportTmRequest : object
Properties
|
Improve this Doc
View Source
Declaration
public bool? FirstLineContainsHeader { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Scheme
Declaration
public IDictionary<string, int>? Scheme { get; set; }
Property Value
Type |
Description |
System.Nullable<IDictionary<System.String, System.Int32>> |
|
|
Improve this Doc
View Source
StorageId
Declaration
public long StorageId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|