struct Octokit::Models::TeamEvent
- Octokit::Models::TeamEvent
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .new(action : String, team : Team, changes : TeamChange, repo : Repository, org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
- .new(__temp_2027 : JSON::PullParser)
Instance Method Summary
- #action : String
- #action=(_action : String)
- #changes : TeamChange
- #changes=(_changes : TeamChange)
- #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(action : String, team : Team, changes : TeamChange, repo : Repository, org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
#