View Source GitHub.ServiceUnavailable (GitHub REST API Client v0.3.0)

Provides struct and type for a ServiceUnavailable

Link to this section Summary

Link to this section Types

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