lilt-java

Lilt API binding for java

View the Project on GitHub lilt/lilt-java

SourceFile

A SourceFile is an unprocessed source file that can later be added to a project.

Properties

Name Type Description Notes
id Integer 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 BigDecimal 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 List<String> The list of labels associated with the file. [optional]
createdAt OffsetDateTime Time at which the object was created. [optional]
updatedAt OffsetDateTime Time at which the object was created. [optional]