Search
Provides struct and type for OrganizationCustomRepositoryRole
@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 }