View Source GitHub.Dependency (GitHub REST API Client v0.0.1)
Provides struct and type for Dependency
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Dependency{ dependencies: [String.t()] | nil, metadata: GitHub.Metadata.t() | nil, package_url: String.t() | nil, relationship: String.t() | nil, scope: String.t() | nil }