Details about a project.

interface ProjectDetails {
    avatarUrls?: Version2.Version2Models.AvatarUrls;
    id?: string;
    key?: string;
    name?: string;
    projectCategory?: Version2.Version2Models.UpdatedProjectCategory;
    projectTypeKey?: string;
    self?: string;
    simplified?: boolean;
}

Properties

id?: string

The ID of the project.

key?: string

The key of the project.

name?: string

The name of the project.

projectTypeKey?: string

The project type of the project.

self?: string

The URL of the project details.

simplified?: boolean

Whether or not the project is simplified.