struct Octokit::Models::TeamAddEvent
- Octokit::Models::TeamAddEvent
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .new(team : Team, repo : Repository, org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
- .new(__temp_2044 : JSON::PullParser)
Instance Method Summary
- #installation : Union(Installation, Nil)
- #installation=(_installation : Union(Installation, Nil))
- #org : Union(Organization, Nil)
- #org=(_org : Union(Organization, Nil))
- #repo : Repository
- #repo=(_repo : Repository)
- #sender : Union(User, Nil)
- #sender=(_sender : Union(User, Nil))
- #team : Team
- #team=(_team : Team)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(team : Team, repo : Repository, org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
#