View Source GitHub.Dependabot.Alert.WithRepository (GitHub REST API Client v0.3.3)
Provides struct and type for a Dependabot.Alert.WithRepository
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Dependabot.Alert.WithRepository{ __info__: map(), auto_dismissed_at: DateTime.t() | nil, created_at: DateTime.t(), dependency: GitHub.Dependabot.Alert.WithRepositoryDependency.t(), dismissed_at: DateTime.t() | nil, dismissed_by: GitHub.User.simple() | nil, dismissed_comment: String.t() | nil, dismissed_reason: String.t() | nil, fixed_at: DateTime.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: DateTime.t(), url: String.t() }