Basic information about a dashboard.

Example Usage

import { Dashboard } from "syllable-sdk/models/components";

let value: Dashboard = {
  embeddedId: "<id>",
  guestToken: "<value>",
  name: "<value>",
  supersetUrl: "https://abandoned-tuxedo.biz/",
};

Fields

FieldTypeRequiredDescription
embeddedIdstringTRUESuperset embedded ID of the dashboard
guestTokenstringTRUESuperset guest token of the dashboard
namestringTRUEName of the dashboard
supersetUrlstringTRUESuperset URL of the dashboard