Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.06 KB

SourceFile.md

File metadata and controls

17 lines (13 loc) · 1.06 KB

LiltNode.SourceFile

Properties

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]