View Source GitHub.Project (GitHub REST API Client v0.0.6)
Provides struct and type for Project
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Project{ body: String.t() | nil, columns_url: String.t(), created_at: String.t(), creator: GitHub.User.simple() | nil, html_url: String.t(), id: integer(), name: String.t(), node_id: String.t(), number: integer(), organization_permission: String.t() | nil, owner_url: String.t(), private: boolean() | nil, state: String.t(), updated_at: String.t(), url: String.t() }