View Source GitHub.ForbiddenGist (GitHub REST API Client v0.3.3)

Provides struct and type for a ForbiddenGist

Link to this section Summary

Link to this section Types

@type json_resp() :: %GitHub.ForbiddenGist{
  __info__: map(),
  block: GitHub.ForbiddenGistBlock.json_resp() | nil,
  documentation_url: String.t() | nil,
  message: String.t() | nil
}