A project category.

interface CreateProjectCategory {
    description?: string;
    id?: string;
    name?: string;
    self?: string;
}

Hierarchy (view full)

Properties

description?: string

The description of the project category.

id?: string

The ID of the project category.

name?: string

The name of the project category. Required on create, optional on update.

self?: string

The URL of the project category.