A status.

interface StatusDetails {
    description?: string;
    iconUrl?: string;
    id?: string;
    name?: string;
    self?: string;
    statusCategory?: Version2.Version2Models.StatusCategory;
}

Properties

description?: string

The description of the status.

iconUrl?: string

The URL of the icon used to represent the status.

id?: string

The ID of the status.

name?: string

The name of the status.

self?: string

The URL of the status.