ex_todoist v1.0.5 Todoist.Entities.Project View Source

Todoist.Entities.Project represent a entity project into Todoist workspace

Example

iex> %Todoist.Entities.Project{name: "test", color: 36}
%Todoist.Entities.Project{ color: 36, favorite: false, name: "test", parent_id: nil }