# AddCustomFieldSettingRequest
## Properties
**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)