struct Octokit::Models::MembershipEvent
- Octokit::Models::MembershipEvent
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .new(action : String, scope : String, member : String, team : String, org : Union(Organization, Nil), sender : User, installation : Union(Installation, Nil))
- .new(__temp_1575 : JSON::PullParser)
Instance Method Summary
- #action : String
- #action=(_action : String)
- #installation : Union(Installation, Nil)
- #installation=(_installation : Union(Installation, Nil))
- #member : String
- #member=(_member : String)
- #org : Union(Organization, Nil)
- #org=(_org : Union(Organization, Nil))
- #scope : String
- #scope=(_scope : String)
- #sender : User
- #sender=(_sender : User)
- #team : String
- #team=(_team : String)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(action : String, scope : String, member : String, team : String, org : Union(Organization, Nil), sender : User, installation : Union(Installation, Nil))
#