View Source GitHub.Repository.Invitation (GitHub REST API Client v0.0.8)

Provides struct and type for RepositoryInvitation

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Repository.Invitation{
  created_at: String.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()
}