View Source GitHub.Dependabot.Alert.WithRepository (GitHub REST API Client v0.0.13)

Provides struct and type for DependabotAlertWithRepository

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Dependabot.Alert.WithRepository{
  __info__: map(),
  auto_dismissed_at: String.t() | nil,
  created_at: String.t(),
  dependency: map(),
  dismissed_at: String.t() | nil,
  dismissed_by: GitHub.User.simple() | nil,
  dismissed_comment: String.t() | nil,
  dismissed_reason: String.t() | nil,
  fixed_at: String.t() | nil,
  html_url: String.t(),
  number: integer(),
  repository: GitHub.Repository.simple(),
  security_advisory: GitHub.Dependabot.Alert.SecurityAdvisory.t(),
  security_vulnerability: GitHub.Dependabot.Alert.SecurityVulnerability.t(),
  state: String.t(),
  updated_at: String.t(),
  url: String.t()
}