Lilt API Binding for Javascript
Name | Type | Description | Notes |
---|---|---|---|
id | Number | A unique number identifying the SourceFile. | [optional] |
name | String | The file name. | [optional] |
fileHash | String | A unique hash value associated with the file. An MD5 hash of the file content will be used by default. | [optional] |
detectedLang | String | Language associated with the file. | [optional] |
detectedLangConfidence | Number | Confidence score for the language associated with the file. | [optional] |
category | String | The category of the file. The options are `REFERENCE`, or `API`. The default is API. Files with the `REFERENCE` category will be displayed as reference material. | [optional] |
labels | [String] | The list of labels associated with the file. | [optional] |
createdAt | Date | Time at which the object was created. | [optional] |
updatedAt | Date | Time at which the object was created. | [optional] |