Identifiers for a project.

interface ProjectIdentifiers {
    id: number;
    key: string;
    self: string;
}

Properties

Properties

id: number

The ID of the created project.

key: string

The key of the created project.

self: string

The URL of the created project.