Class TmImportStatus.ImportAttributes
Inheritance
TmImportStatus.ImportAttributes
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TmImportStatus.ImportAttributes
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("firstLineContainsHeader")]
public int 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
|
Edit this page
View Source
TmId
Declaration
[JsonProperty("tmId")]
public long TmId { get; set; }
Property Value