View Source GitHub.OrgHookConfig (GitHub REST API Client v0.3.1)

Provides struct and type for a OrgHookConfig

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.OrgHookConfig{
  __info__: map(),
  content_type: String.t() | nil,
  insecure_ssl: String.t() | nil,
  secret: String.t() | nil,
  url: String.t() | nil
}