View Source GitHub.Organization.Role (GitHub REST API Client v0.3.0)
Provides struct and type for a Organization.Role
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Organization.Role{ __info__: map(), created_at: DateTime.t(), description: String.t() | nil, id: integer(), name: String.t(), organization: GitHub.User.simple() | nil, permissions: [String.t()], updated_at: DateTime.t() }