# Athenian::InvitationLink ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **url** | **String** | Invitation URL. Users are supposed to click it and become admins or regular account members. | | ## Example ```ruby require 'athenian' instance = Athenian::InvitationLink.new( url: null ) ```