struct Octokit::Models::ProjectEvent
- Octokit::Models::ProjectEvent
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .new(action : String, changes : ProjectChange, project : Project, repo : Union(Repository, Nil), org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
- .new(__temp_1670 : JSON::PullParser)
Instance Method Summary
- #action : String
- #action=(_action : String)
- #changes : ProjectChange
- #changes=(_changes : ProjectChange)
- #installation : Union(Installation, Nil)
- #installation=(_installation : Union(Installation, Nil))
- #org : Union(Organization, Nil)
- #org=(_org : Union(Organization, Nil))
- #project : Project
- #project=(_project : Project)
- #repo : Union(Repository, Nil)
- #repo=(_repo : Union(Repository, Nil))
- #sender : Union(User, Nil)
- #sender=(_sender : Union(User, Nil))
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(action : String, changes : ProjectChange, project : Project, repo : Union(Repository, Nil), org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
#