Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Project ¶
type Project struct {
ID int `json:"id"`
UserID int `json:"user_id"`
Name string `json:"name"`
Color int `json:"color"`
Indent int `json:"indent"`
ItemOrder int `json:"item_order"`
Collapsed int `json:"collapsed"`
IsArchived int `json:"is_archived"`
ArchivedTimestamp int `json:"archived_timestamp"`
IsDeleted int `json:"is_deleted"`
ArchivedDate string `json:"archived_date"`
}
Project resource
type ProjectAdd ¶
type ProjectAdd struct {
Project *Project
// contains filtered or unexported fields
}
Project endpoint
func (*ProjectAdd) Prepare ¶
func (this *ProjectAdd) Prepare() *basicAPIAction
Click to show internal directories.
Click to hide internal directories.