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
17
18
# CustomFieldCompactAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | The name of the custom field. | [optional]
**resource_subtype** | Option<**String**> | The type of the custom field. Must be one of the given values.  | [optional]
**_type** | Option<**String**> | *Deprecated: new integrations should prefer the resource_subtype field.* The type of the custom field. Must be one of the given values.  | [optional][readonly]
**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]
**enabled** | Option<**bool**> | *Conditional*. Determines if the custom field is enabled or not. | [optional]
**number_value** | Option<**f32**> | *Conditional*. This number is the value of a number custom field. | [optional]
**text_value** | Option<**String**> | *Conditional*. This string is the value of a text custom field. | [optional]
**display_value** | Option<**String**> | A string representation for the value of the custom field. Integrations that don't require the underlying type should use this field to read values. Using this field will future-proof an app against new custom field types. | [optional][readonly]

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