View Source GitHub.Project.Column (GitHub REST API Client v0.2.0)

Provides struct and type for a Project.Column

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Project.Column{
  __info__: map(),
  cards_url: String.t(),
  created_at: DateTime.t(),
  id: integer(),
  name: String.t(),
  node_id: String.t(),
  project_url: String.t(),
  updated_at: DateTime.t(),
  url: String.t()
}