struct Octokit::Models::CreateOrgInvitationOptions
- Octokit::Models::CreateOrgInvitationOptions
- Struct
- Value
- Object
Defined in:
octokit/models/org_members.crConstructors
- .new(invitee_id : Int64, email : String, role : String, team_id : Int64)
- .new(__temp_2935 : JSON::PullParser)
Instance Method Summary
- #email : String
- #email=(_email : String)
- #invitee_id : Int64
- #invitee_id=(_invitee_id : Int64)
- #role : String
- #role=(_role : String)
- #team_id : Int64
- #team_id=(_team_id : Int64)
- #to_json(json : JSON::Builder)