The linked item.

interface RemoteObject {
    icon?: Version2.Version2Models.Icon;
    status?: Version2.Version2Models.Status;
    summary?: string;
    title: string;
    url: string;
}

Properties

summary?: string

The summary details of the item.

title: string

The title of the item.

url: string

The URL of the item.