interface FullyUpdateProjectRole {
    description?: string;
    id: number;
    name?: string;
}

Hierarchy (view full)

Properties

Properties

description?: string

A description of the project role. Required when fully updating a project role. Optional when creating or partially updating a project role.

id: number

The ID of the project role. Use Get all project roles to get a list of project role IDs.

name?: string

The name of the project role. Must be unique. Cannot begin or end with whitespace. The maximum length is 255 characters. Required when creating a project role. Optional when partially updating a project role.