Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Octokit::Models::LabelEvent
Inherits
Struct
<
Value
<
Object
Constructors
new
(action :
String
, label :
Label
, changes :
Union
(
EditChange
,
Nil
), repo :
Union
(
Repository
,
Nil
), org :
Union
(
Organization
,
Nil
), installation :
Union
(
Installation
,
Nil
))
new
(__temp_1551 :
JSON::PullParser
)
Instance methods
action
action=
(_action :
String
)
changes
changes=
(_changes :
Union
(
EditChange
,
Nil
))
installation
installation=
(_installation :
Union
(
Installation
,
Nil
))
label
label=
(_label :
Label
)
org
org=
(_org :
Union
(
Organization
,
Nil
))
repo
repo=
(_repo :
Union
(
Repository
,
Nil
))
to_json
(json :
JSON::Builder
)