struct Octokit::Models::PublicEvent
- Octokit::Models::PublicEvent
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .new(repo : Union(Repository, Nil), sender : User, installation : Installation)
- .new(__temp_1725 : JSON::PullParser)
Instance Method Summary
- #installation : Installation
- #installation=(_installation : Installation)
- #repo : Union(Repository, Nil)
- #repo=(_repo : Union(Repository, Nil))
- #sender : User
- #sender=(_sender : User)
- #to_json(json : JSON::Builder)