View Source GitHub.CodeScanning.CodeqlDatabase (GitHub REST API Client v0.3.1)
Provides struct and type for a CodeScanning.CodeqlDatabase
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.CodeScanning.CodeqlDatabase{ __info__: map(), commit_oid: String.t() | nil, content_type: String.t(), created_at: DateTime.t(), id: integer(), language: String.t(), name: String.t(), size: integer(), updated_at: DateTime.t(), uploader: GitHub.User.simple(), url: String.t() }