A project category.

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

Properties

description?: string

The name of the project category.

id?: string

The ID of the project category.

name?: string

The description of the project category.

self?: string

The URL of the project category.