struct

Octokit::Models::MembershipEvent

Inherits Struct < Value < Object

Constructors

new(action : String, scope : String, member : String, team : String, org : Union(Organization, Nil), sender : User, installation : Union(Installation, Nil))
new(__temp_1594 : JSON::PullParser)

Instance methods

action
action=(_action : String)
installation
installation=(_installation : Union(Installation, Nil))
member
member=(_member : String)
org
org=(_org : Union(Organization, Nil))
scope
scope=(_scope : String)
sender
sender=(_sender : User)
team
team=(_team : String)
to_json(json : JSON::Builder)