ExClubhouse v0.5.2 ExClubhouse.Model.Task View Source

Task model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Task{
  complete: boolean(),
  completed_at: binary() | nil,
  created_at: binary(),
  description: binary(),
  entity_type: binary(),
  external_id: binary() | nil,
  group_mention_ids: [binary()],
  id: integer(),
  member_mention_ids: [binary()],
  mention_ids: [binary()],
  owner_ids: [binary()],
  position: integer(),
  story_id: integer(),
  updated_at: binary()
}