struct

Octokit::Models::TeamEvent

Inherits Struct < Value < Object

Constructors

new(action : String, team : Team, changes : TeamChange, repo : Repository, org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
new(__temp_2046 : JSON::PullParser)

Instance methods

action
action=(_action : String)
changes
changes=(_changes : TeamChange)
installation
installation=(_installation : Union(Installation, Nil))
org
org=(_org : Union(Organization, Nil))
repo
repo=(_repo : Repository)
sender
sender=(_sender : Union(User, Nil))
team
team=(_team : Team)
to_json(json : JSON::Builder)