View Source GitHub.CodeScanning.DefaultSetup (GitHub REST API Client v0.2.0)

Provides struct and type for a CodeScanning.DefaultSetup

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.CodeScanning.DefaultSetup{
  __info__: map(),
  languages: [String.t()] | nil,
  query_suite: String.t() | nil,
  schedule: String.t() | nil,
  state: String.t() | nil,
  updated_at: DateTime.t() | nil
}