# GroupProjectField

Represents a group project custom field entity. Use it in an import script.

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

## Properties

| Name | Type | Description |
| --- | --- | --- |
| id |  string  |  The ID of the project custom field.   |
| multiValue |  boolean  |  When `true`, the project custom field can support multiple values. A field can be either simple or multi-value. `false` by default.   |
| name |  string  |  The name of the project custom field.   |
| type |  string  |  The type of the project custom field.   |

## See also

[ProjectField](Import-ProjectField.html)

