struct

Octokit::Models::CreateOrgInvitationOptions

Inherits Struct < Value < Object

Constructors

new(invitee_id : Int64, email : String, role : String, team_id : Int64)
new(__temp_2808 : JSON::PullParser)

Instance methods

email
email=(_email : String)
invitee_id
invitee_id=(_invitee_id : Int64)
role
role=(_role : String)
team_id
team_id=(_team_id : Int64)
to_json(json : JSON::Builder)