ExClubhouse v0.6.0 ExClubhouse.Model.EpicStats View Source

EpicStats response model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.EpicStats{
  average_cycle_time: integer(),
  average_lead_time: integer(),
  last_story_update: binary() | nil,
  num_points: integer(),
  num_points_done: integer(),
  num_points_started: integer(),
  num_points_unstarted: integer(),
  num_related_documents: integer(),
  num_stories_done: integer(),
  num_stories_started: integer(),
  num_stories_unestimated: integer(),
  num_stories_unstarted: integer()
}