ExClubhouse v0.6.0 ExClubhouse.Model.Repository View Source

Repository model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Repository{
  created_at: binary() | nil,
  entity_type: binary(),
  external_id: binary() | nil,
  full_name: binary() | nil,
  id: integer() | nil,
  name: binary() | nil,
  type: binary(),
  updated_at: binary() | nil,
  url: binary() | nil
}