View Source GitHub.PackageVersion (GitHub REST API Client v0.2.0)
Provides struct and type for a PackageVersion
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.PackageVersion{ __info__: map(), created_at: DateTime.t(), deleted_at: DateTime.t() | nil, description: String.t() | nil, html_url: String.t() | nil, id: integer(), license: String.t() | nil, metadata: GitHub.PackageVersionMetadata.t() | nil, name: String.t(), package_html_url: String.t(), updated_at: DateTime.t(), url: String.t() }