Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Octokit::Models::CreateHookRequest
Inherits
Struct
<
Value
<
Object
Constructors
new
(name :
Union
(
String
,
Nil
), config :
Union
(
Hash
(
String
,
String
),
Nil
), events :
Union
(
Array
(
String
),
Nil
), active :
Union
(
Bool
,
Nil
))
new
(__temp_4025 :
JSON::PullParser
)
Instance methods
active
active=
(_active :
Union
(
Bool
,
Nil
))
config
config=
(_config :
Union
(
Hash
(
String
,
String
),
Nil
))
events
events=
(_events :
Union
(
Array
(
String
),
Nil
))
name
name=
(_name :
Union
(
String
,
Nil
))
to_json
(json :
JSON::Builder
)