Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateProjectReq ¶
type CreateProjectReq struct {
OrgId int64 `json:"org_id"`
Name string `json:"name"`
Description string `json:"description"`
Timezone string `json:"timezone"`
DefaultLanguage string `json:"default_language"`
}
CreateProjectReq represent create project request body
type SearchProjectsReq ¶
Click to show internal directories.
Click to hide internal directories.