Module Values_1.DashboardVisualResultSource

The QA result that is made from dashboard visual.

Sourcetype nonrec t = {
  1. dashboardId : Values_0.ShortRestrictiveResourceId.t option;
    (*

    The ID of the dashboard.

    *)
  2. dashboardName : DashboardName.t option;
    (*

    The name of the dashboard.

    *)
  3. sheetId : Values_0.ShortRestrictiveResourceId.t option;
    (*

    The ID of the sheet.

    *)
  4. sheetName : Values_0.SheetName.t option;
    (*

    The name of the sheet.

    *)
  5. visualId : Values_0.ShortRestrictiveResourceId.t option;
    (*

    The ID of the visual.

    *)
  6. visualTitle : VisualTitle.t option;
    (*

    The title of the visual.

    *)
  7. visualSubtitle : VisualSubtitle.t option;
    (*

    The subtitle of the visual.

    *)
  8. dashboardUrl : QAUrl.t option;
    (*

    The URL of the dashboard.

    *)
}
Sourceval make : ?dashboardId:??? -> ?dashboardName:??? -> ?sheetId:??? -> ?sheetName:??? -> ?visualId:??? -> ?visualTitle:??? -> ?visualSubtitle:??? -> ?dashboardUrl:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ShortRestrictiveResourceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t