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