struct Octokit::Models::TeamAddEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(team : Team, repo : Repository, org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil)) #

def self.new(__temp_1568 : JSON::PullParser) #

Instance Method Detail

def installation : Union(Installation, Nil) #

def installation=(_installation : Union(Installation, Nil)) #

def org : Union(Organization, Nil) #

def org=(_org : Union(Organization, Nil)) #

def repo : Repository #

def repo=(_repo : Repository) #

def sender : Union(User, Nil) #

def sender=(_sender : Union(User, Nil)) #

def team : Team #

def team=(_team : Team) #

def to_json(json : JSON::Builder) #