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