View Source GitHub.PackageVersion (GitHub REST API Client v0.0.5)

Provides struct and type for PackageVersion

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.PackageVersion{
  created_at: String.t(),
  deleted_at: String.t() | nil,
  description: String.t() | nil,
  html_url: String.t() | nil,
  id: integer(),
  license: String.t() | nil,
  metadata: map() | nil,
  name: String.t(),
  package_html_url: String.t(),
  updated_at: String.t(),
  url: String.t()
}