# Build

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

Extends [EnumElement](Import-EnumElement.html).

## Properties

| Name | Type | Description |
| --- | --- | --- |
| archived |  boolean  |    When `true`, the state custom field value is marked as archived. Considered as `false` if the value of this property is not set.     If the State value already exists in YouTrack, its archived status is not updated.    |
| assembleDate |  string  |    The date and time of the assembly date of the build custom field value.     `null` by default.     The expected string format is one of those returned by the `getTimestampFormats` function.    |
| description |  string  |  The description of the enum custom field value. When not set, acts as `null`.   |
| isResolved |  boolean  |    When `true`, the state custom field value is marked as resolved. Considered as `false` if the value of this property is not set.     If the State value already exists in YouTrack, its resolved status is not updated. / /**    |
| name |  string  |  The name of the enum custom field value.   |
| type |  `&apos;build&apos;`  |  Identifies this object as a `build` custom field value. Set this property to `&apos;build&apos;`. See [FieldValue.type](Import-FieldValue.html#property-type).   |

## See also

[EnumElement](Import-EnumElement.html)

