View Source GitHub.Repository.Invitation (GitHub REST API Client v0.1.1)
Provides struct and type for a Repository.Invitation
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Repository.Invitation{ __info__: map(), created_at: DateTime.t(), expired: boolean() | nil, html_url: String.t(), id: integer(), invitee: GitHub.User.simple() | nil, inviter: GitHub.User.simple() | nil, node_id: String.t(), permissions: String.t(), repository: GitHub.Repository.minimal(), url: String.t() }