Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.23 KB

File metadata and controls

20 lines (15 loc) · 1.23 KB

CodeScanningCodeqlDatabase

Properties

Name Type Description Notes
id i32 The ID of the CodeQL database.
name String The name of the CodeQL database.
language String The language of the CodeQL database.
uploader models::SimpleUser
content_type String The MIME type of the CodeQL database file.
size i32 The size of the CodeQL database file in bytes.
created_at String The date and time at which the CodeQL database was created, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ.
updated_at String The date and time at which the CodeQL database was last updated, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ.
url String The URL at which to download the CodeQL database. The Accept header must be set to the value of the content_type property.
commit_oid Option<String> The commit SHA of the repository at the time the CodeQL database was created. [optional]

[Back to Model list] [Back to API list] [Back to README]