# Narwhalyeti.AddCustomFieldSettingRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**custom_field** | **String** | The custom field to associate with this container. | 
**is_important** | **Boolean** | 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** | **String** | A gid of a Custom Field Setting on this container, before which the new Custom Field Setting will be added.  &#x60;insert_before&#x60; and &#x60;insert_after&#x60; parameters cannot both be specified. | [optional] 
**insert_after** | **String** | A gid of a Custom Field Setting on this container, after which the new Custom Field Setting will be added.  &#x60;insert_before&#x60; and &#x60;insert_after&#x60; parameters cannot both be specified. | [optional] 
