View Source GitHub.Dependency (GitHub REST API Client v0.0.11)

Provides struct and type for Dependency

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Dependency{
  __info__: map(),
  dependencies: [String.t()] | nil,
  metadata: GitHub.Metadata.t() | nil,
  package_url: String.t() | nil,
  relationship: String.t() | nil,
  scope: String.t() | nil
}