Invitation¶
-
class
github.Invitation.Invitation¶ This class represents repository invitations. The reference can be found here https://docs.github.com/en/rest/reference/repos#invitations
-
id¶ Type: integer
-
permissions¶ Type: string
-
created_at¶ Type: string
-
url¶ Type: string
-
html_url¶ Type: string
-
repository¶ Type: Repository
-