asana 0.1.1

asana bindings for rust
Documentation
# CustomFieldBaseAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | Option<**String**> | [Opt In]/docs/input-output-options. The description of the custom field. | [optional]
**enum_options** | Option<[**Vec<crate::models::EnumOption>**]EnumOption.md> | *Conditional*. Only relevant for custom fields of type `enum`. This array specifies the possible values which an `enum` custom field can adopt. To modify the enum options, refer to [working with enum options]/docs/create-an-enum-option. | [optional]
**precision** | Option<**i32**> | Only relevant for custom fields of type ‘Number’. This field dictates the number of places after the decimal to round to, i.e. 0 is integer values, 1 rounds to the nearest tenth, and so on. Must be between 0 and 6, inclusive. For percentage format, this may be unintuitive, as a value of 0.25 has a precision of 0, while a value of 0.251 has a precision of 1. This is due to 0.25 being displayed as 25%. The identifier format will always have a precision of 0. | [optional]
**format** | Option<**String**> | The format of this custom field. | [optional]
**currency_code** | Option<**String**> | ISO 4217 currency code to format this custom field. This will be null if the `format` is not `currency`. | [optional]
**custom_label** | Option<**String**> | This is the string that appears next to the custom field value. This will be null if the `format` is not `custom`. | [optional]
**custom_label_position** | Option<**String**> | Only relevant for custom fields with `custom` format. This depicts where to place the custom label. This will be null if the `format` is not `custom`. | [optional]
**is_global_to_workspace** | Option<**bool**> | This flag describes whether this custom field is available to every container in the workspace. Before project-specific custom fields, this field was always true. | [optional][readonly]
**has_notifications_enabled** | Option<**bool**> | *Conditional*. This flag describes whether a follower of a task with this field should receive inbox notifications from changes to this field. | [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)