View Source GitHub.Hook.Response (GitHub REST API Client v0.2.2)

Provides struct and type for a Hook.Response

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Hook.Response{
  __info__: map(),
  code: integer() | nil,
  message: String.t() | nil,
  status: String.t() | nil
}