View Source GitHub.BaseGist (GitHub REST API Client v0.0.6)
Provides struct and type for BaseGist
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.BaseGist{ comments: integer(), comments_url: String.t(), commits_url: String.t(), created_at: String.t(), description: String.t() | nil, files: map(), forks: [map()] | nil, forks_url: String.t(), git_pull_url: String.t(), git_push_url: String.t(), history: [map()] | nil, html_url: String.t(), id: String.t(), node_id: String.t(), owner: GitHub.User.simple() | nil, public: boolean(), truncated: boolean() | nil, updated_at: String.t(), url: String.t(), user: GitHub.User.simple() | nil }