Record
get-tasks-for-project-params
No description available.
record get-tasks-for-project-params {
completed-since: option<string>,
project-gid: string,
opt-pretty: option<bool>,
opt-fields: option<list<string>>,
limit: option<s32>,
offset: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| completed-since | option<string> | |
| project-gid | string | |
| opt-pretty | option<bool> | |
| opt-fields | option<list<string>> | |
| limit | option<s32> | |
| offset | option<string> |