ExClubhouse v0.5.2 ExClubhouse.Model.LabelStats View Source

LabelStats response model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.LabelStats{
  num_epics: integer(),
  num_points_completed: integer(),
  num_points_in_progress: integer(),
  num_points_total: integer(),
  num_related_documents: integer(),
  num_stories_completed: integer(),
  num_stories_in_progress: integer(),
  num_stories_total: integer(),
  num_stories_unestimated: integer()
}