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
# CustomFieldSettingResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**gid** | Option<**String**> | Globally unique identifier of the resource, as a string. | [optional][readonly]
**resource_type** | Option<**String**> | The base type of this resource. | [optional][readonly]
**project** | Option<[**crate::models::ProjectCompact**]ProjectCompact.md> |  | [optional]
**is_important** | Option<**bool**> | `is_important` is used in the Asana web application to determine if this custom field is displayed in the list/grid view of a project or portfolio. | [optional][readonly]
**parent** | Option<[**crate::models::ProjectCompact**]ProjectCompact.md> |  | [optional]
**custom_field** | Option<[**crate::models::CustomFieldResponse**]CustomFieldResponse.md> |  | [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)