asana 0.1.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**custom_field** | **String** | The custom field to associate with this container. | 
**is_important** | Option<**bool**> | Whether this field should be considered important to this container (for instance, to display in the list view of items in the container). | [optional]
**insert_before** | Option<**String**> | A gid of a Custom Field Setting on this container, before which the new Custom Field Setting will be added.  `insert_before` and `insert_after` parameters cannot both be specified. | [optional]
**insert_after** | Option<**String**> | A gid of a Custom Field Setting on this container, after which the new Custom Field Setting will be added.  `insert_before` and `insert_after` parameters cannot both be specified. | [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)