Search
Provides struct and type for a Hook.Response
@type t() :: %GitHub.Hook.Response{ __info__: map(), code: integer() | nil, message: String.t() | nil, status: String.t() | nil }