# EnumElement

Represents a value of a custom field of `enum` type. Use it in an import script.

## Properties

| Name | Type | Description |
| --- | --- | --- |
| archived |  boolean  |    When `true`, the enum custom field value is marked as archived. Considered as `false` if the value of this property is not set.     If the `EnumElement` already exists in YouTrack, its archived status is not updated.    |
| description |  string  |  The description of the enum custom field value. When not set, acts as `null`.   |
| name |  string  |  The name of the enum custom field value.   |
| type |  `&apos;enum&apos;`  |  Identifies this object as an `enum` custom field value. Set this property to `&apos;enum&apos;`. See [FieldValue.type](Import-FieldValue.html#property-type).   |

## See also

[YouTrack Import API](YouTrack-Import-Api-Documentation.html)

