Action🔗
Definition🔗
class Action:
type_val: dashboardv2.ActionType
title: str
fetch: typing.Optional[dashboardv2.FetchOptions]
infinity: typing.Optional[dashboardv2.InfinityOptions]
confirmation: typing.Optional[str]
one_click: typing.Optional[bool]
variables: typing.Optional[list[dashboardv2.ActionVariable]]
style: typing.Optional[dashboardv2.Dashboardv2ActionStyle]
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.