Class GlossaryImportStatus.ImportAttributes
Inheritance
GlossaryImportStatus.ImportAttributes
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class GlossaryImportStatus.ImportAttributes
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