Current section
Files
Jump to
Current section
Files
lib/todoist/entities/project.ex
defmodule Todoist.Entities.Project do
@derive Jason.Encoder
defstruct parent_id: nil,
name: nil,
color: 0,
favorite: false
end