View Source GitHub.Organization.CustomRepositoryRole (GitHub REST API Client v0.0.1-beta.0)

Provides struct and type for OrganizationCustomRepositoryRole

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Organization.CustomRepositoryRole{
  base_role: String.t() | nil,
  created_at: String.t() | nil,
  description: String.t() | nil,
  id: integer(),
  name: String.t(),
  organization: GitHub.User.simple() | nil,
  permissions: [String.t()] | nil,
  updated_at: String.t() | nil
}