Represents a new project link to be created.
| Name | Editable? | Required? | Type | Nullable? | Summary |
|---|---|---|---|---|---|
| Title | This field is editable through the web API. | This field is required. | String | The title. | |
| Description | This field is editable through the web API. | String | This field is nullable. | The description. | |
| URL | This field is editable through the web API. | This field is required. | String | The URL. | |
| CategoryID | This field is editable through the web API. | This field is required. | Int32 | The ID of the associated category. | |
| Notify | This field is editable through the web API. | String[] | This field is nullable. | The email addresses to notify of the creation. |