ExClubhouse v0.6.0 ExClubhouse.Model.Input.UpdateTask View Source

Update task input model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Input.UpdateTask{
  after_id: integer(),
  before_id: integer(),
  complete: boolean(),
  description: binary(),
  owner_ids: [binary()]
}