struct

Octokit::Models::TeamAddEvent

Inherits Struct < Value < Object

Constructors

new(team : Team, repo : Repository, org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
new(__temp_2063 : JSON::PullParser)

Instance methods

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)