categoryId property

int? categoryId
final

The ID of the project's category. A complete list of category IDs is found using the Get all project categories operation. To remove the project category from the project, set the value to -1.

Implementation

final int? categoryId;