struct

Octokit::Models::MemberEvent

Inherits Struct < Value < Object

Constructors

new(action : String, member : User, repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
new(__temp_1581 : JSON::PullParser)

Instance methods

action
action=(_action : String)
installation
installation=(_installation : Union(Installation, Nil))
member
member=(_member : User)
repo
repo=(_repo : Union(Repository, Nil))
sender
sender=(_sender : Union(User, Nil))
to_json(json : JSON::Builder)