PanelSpec🔗
Definition🔗
class PanelSpec:
id_val: float
title: str
description: str
links: list[dashboardv2beta1.DataLink]
data: dashboardv2beta1.QueryGroupKind
viz_config: dashboardv2beta1.VizConfigKind
transparent: typing.Optional[bool]
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.