DashboardDashboardTemplating🔗
Definition🔗
class DashboardDashboardTemplating:
# List of configured template variables with their saved values along with some other metadata
list_val: typing.Optional[list[dashboard.VariableModel]]
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.