The details of the gadget to update.

interface DashboardGadgetUpdateRequest {
    color?: string;
    position?: Version2.Version2Models.DashboardGadgetPosition;
    title?: string;
}

Hierarchy (view full)

Properties

color?: string

The color of the gadget. Should be one of blue, red, yellow, green, cyan, purple, gray, or white.

title?: string

The title of the gadget.