View Source GitHub.License.Content (GitHub REST API Client v0.2.2)
Provides struct and type for a License.Content
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.License.Content{ __info__: map(), _links: map(), content: String.t(), download_url: String.t() | nil, encoding: String.t(), git_url: String.t() | nil, html_url: String.t() | nil, license: GitHub.License.simple() | nil, name: String.t(), path: String.t(), sha: String.t(), size: integer(), type: String.t(), url: String.t() }