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

Provides struct and type for HookResponse

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
}