# AgileColumn

Represents settings for a single board column
## Attributes

This table describes attributes of the `AgileColumn` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The ID of the board column. `Read-only`.  |
|  presentation  |  String  |  Text presentation of values stored in a column. `Read-only`. `Can be null`.  |
|  isResolved  |  Boolean  |  true if a column represents resolved state of an issue. Can be updated only for newly created value. `Read-only`.  |
|  ordinal  |  Int  |  Order of this column on board, counting from left to right.  |
|  parent  |  [ColumnSettings](api-entity-ColumnSettings.html)  |  Link to agile column settings this column belongs to. `Read-only`. `Can be null`.  |
|  wipLimit  |  [WIPLimit](api-entity-WIPLimit.html)  |  WIP limit for this column. `Can be null`.  |
|  fieldValues  |  [Array of AgileColumnFieldValues](api-entity-AgileColumnFieldValue.html)  |  Field values represented by this column.  |

