View Source GitHub.CodeScanning.CodeqlDatabase (GitHub REST API Client v0.0.5)

Provides struct and type for CodeScanningCodeqlDatabase

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.CodeScanning.CodeqlDatabase{
  content_type: String.t(),
  created_at: String.t(),
  id: integer(),
  language: String.t(),
  name: String.t(),
  size: integer(),
  updated_at: String.t(),
  uploader: GitHub.User.simple(),
  url: String.t()
}