asana 0.1.1

asana bindings for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# TaskCountResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**num_tasks** | Option<**i32**> | The number of tasks in a project. | [optional]
**num_incomplete_tasks** | Option<**i32**> | The number of incomplete tasks in a project. | [optional]
**num_completed_tasks** | Option<**i32**> | The number of completed tasks in a project. | [optional]
**num_milestones** | Option<**i32**> | The number of milestones in a project. | [optional]
**num_incomplete_milestones** | Option<**i32**> | The number of incomplete milestones in a project. | [optional]
**num_completed_milestones** | Option<**i32**> | The number of completed milestones in a project. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)